Skip to main content
Glama

github_get_gist

Retrieve the full content and details of any GitHub gist by providing its unique ID, making it easy to access and review shared code snippets and notes.

Instructions

Get gist content and details.

Args: gist_id: Gist ID session_name: GitHub session to use

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
gist_idYes
session_nameNodefault

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations are provided, so the description carries the full burden of disclosing behavior. It only restates the action ('get gist content and details') without mentioning read-only nature, return format, authentication needs, or rate limits. The Args section adds minimal parameter context but no tool-level behavior.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is very concise and front-loaded with the purpose, but the Args section duplicates the input schema, making it redundant. The plain-text structure is simple, but it loses efficiency points for repeating information already available in the schema.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Although an output schema exists and covers return values, the description lacks contextual completeness. It does not explain what a gist is, how to retrieve a gist ID, or how this tool relates to list_gists. The tool is simple, but the description's minimalism leaves gaps for an agent unfamiliar with the domain.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

With 0% schema coverage, the description must compensate, but the Args block simply restates the schema titles: 'Gist ID' and 'GitHub session to use'. This adds no meaningful detail about value formats, examples, or how to obtain a gist_id, leaving the agent under-informed.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states 'Get gist content and details' with a specific verb and resource, distinguishing it from sibling tools like github_list_gists and github_create_gist. It implies fetching a single gist by ID, which is confirmed by the gist_id parameter in the schema.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

There is no guidance on when to use this tool versus alternatives such as github_list_gists or github_get_file. It does not mention prerequisites, exclusions, or context that would help an agent decide between similar tools.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

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/Pawangunjkar/github-mcp'

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