update_gist
Modify existing GitHub gists by updating file content, adding new files, or deleting files through the GitHub MCP Server.
Instructions
Update an existing gist. Provide files to add/update, or set a filename's content to empty string to delete it.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| gist_id | Yes | Gist ID | |
| description | No | New description (omit to keep current) | |
| files | No | Dictionary of filename to new content. Empty string deletes the file. |