Skip to main content
Glama

create_gist

Generate and share code snippets or text files as GitHub gists. Specify public or private visibility, add descriptions, and include multiple files for organized sharing.

Instructions

Create a new gist

Input Schema

NameRequiredDescriptionDefault
descriptionNoDescription of the gist
filesYesFiles that make up this gist. The key is the filename.
publicYesWhether the gist is public

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "description": { "description": "Description of the gist", "type": "string" }, "files": { "additionalProperties": { "additionalProperties": false, "properties": { "content": { "description": "Content of the file", "type": "string" } }, "required": [ "content" ], "type": "object" }, "description": "Files that make up this gist. The key is the filename.", "type": "object" }, "public": { "description": "Whether the gist is public", "type": "boolean" } }, "required": [ "public", "files" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/MissionSquad/mcp-github'

If you have feedback or need assistance with the MCP directory API, please join our Discord server