- Notifications
You must be signed in to change notification settings - Fork2.7k
Open
Description
Describe the feature or problem you’d like to solve
Thegists
toolset includes a tool for listing a user's gists, but it doesn't currently provide a tool for retrieving the contents of a specific gist. Which I think is necessary to complete the E2E of an agent being able to discover and then access gists.
Proposed solution
Add a new tool to thegists
toolset that accepts a gist ID and returns the file contents + metadata of the specified gist (e.g.get_gist
). The GitHub Gists API already supports this, so it would be a fairly straight forward pass through.