Skip to main content
Glama

list_gists

Retrieve gists for the authenticated user, allowing filtering by update time, pagination, and results per page. Integrates with mcp-github for enhanced GitHub API functionality.

Instructions

List gists for the authenticated user

Input Schema

NameRequiredDescriptionDefault
pageNoPage number of the results
per_pageNoResults per page (max 100)
sinceNoOnly gists updated at or after this time are returned

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "page": { "description": "Page number of the results", "type": "number" }, "per_page": { "description": "Results per page (max 100)", "type": "number" }, "since": { "description": "Only gists updated at or after this time are returned", "type": "string" } }, "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