github_create_gist
Create a new gist with one or more files, specifying content, description, and visibility (public or secret) to share code snippets or notes on GitHub.
Instructions
Create a new gist with one or more files.
Args: files: JSON string mapping filenames to content, e.g. '{"hello.py": "print("hello")", "readme.md": "# Hello"}' description: Gist description public: Make gist public (default: False = secret) session_name: GitHub session to use
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| files | Yes | ||
| public | No | ||
| description | No | ||
| session_name | No | default |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |