Skip to main content
Glama

get_gist

Retrieve a specific GitHub gist by providing its ID. Use this tool to access and manage gist content efficiently within the mcp-github server.

Instructions

Get a specific gist

Input Schema

NameRequiredDescriptionDefault
gist_idYesThe ID of the gist

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "gist_id": { "description": "The ID of the gist", "type": "string" } }, "required": [ "gist_id" ], "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