github_list_gists
Retrieve gists for the authenticated user or any specified GitHub user. Specify a username and optional result limit to list gist snippets directly from GitHub.
Instructions
List gists for the authenticated user or a specific user.
Args: username: GitHub username (empty = authenticated user) max_results: Maximum gists to return (default: 20) session_name: GitHub session to use
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| username | No | ||
| max_results | No | ||
| session_name | No | default |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |