Check Gist StarCheck if the authenticated user has starred a specific gist.
Create GistTool to create a new gist with one or more files.
Create Gist CommentTool to create a comment on a gist.
Delete GistTool to delete a gist.
Delete Gist CommentTool to delete a comment on a gist.
Fork GistTool to fork a gist.
Get GistTool to retrieve a specific gist by its ID.
Get Gist CommentTool to get a specific comment on a gist.
Get Gist RevisionTool to retrieve a specific gist revision.
List Gist CommentsTool to list comments on a gist.
List Gist CommitsTool to list the commit history of a gist.
List Gist ForksTool to list forks of a gist.
List GistsTool to list the authenticated user's gists or all public gists if called anonymously.
List Public GistsTool to list public gists sorted by most recently updated.
List Starred GistsTool to list the authenticated user's starred gists.
List User GistsTool to list public gists for a specified GitHub user.
Star a GistStar a GitHub gist.
Unstar a GistUnstar a GitHub gist.
Update GistTool to update a gist's description and files.
Update Gist CommentTool to update a Gist comment.