create_gist
Create a new gist with multiple files, choose public or secret visibility, and include an optional description.
Instructions
Create a new gist (public or secret)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| files | Yes | Object where keys are filenames and values are objects with a 'content' string property | |
| public | No | Whether the gist is public. Default: false | |
| description | No |