Skip to main content
Glama
mirajmahmudul

github-mcp-demo

Get repository README

get_readme

Fetch and decode the README file for a GitHub repository by specifying the owner and repository name.

Instructions

Fetch and decode the README file contents for a repository.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
repoYes
ownerYes
Behavior2/5

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

With no annotations, the description must fully disclose behavior. It mentions 'decode' but does not explain what decoding means, whether authentication is required, what errors occur if the README is absent, or what the output structure looks like. This leaves significant uncertainty for a tool that performs an action beyond a simple fetch.

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

Conciseness5/5

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

A single, front-loaded sentence with no redundant words. It efficiently states the action and target, making it a model of conciseness.

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

Completeness3/5

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

The basic action is clear, but given no output schema or annotations, the description should provide more detail about return format, error cases, and any side effects. It is adequate for a simple tool but leaves gaps that could confuse an agent.

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

Parameters1/5

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

Schema description coverage is 0%, and the description does not mention owner or repo at all. Parameter meaning is left entirely to the property names, which is insufficient compensation for the lack of schema descriptions.

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

Purpose5/5

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

Description uses the specific verb 'fetch and decode' and names the resource 'README file contents for a repository', clearly distinguishing it from siblings like search_repositories or list_issues.

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

Usage Guidelines3/5

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

No explicit when-to-use or alternatives are mentioned, but the tool's purpose is clear enough that an agent can infer it should be used when README contents are needed. Lacks exclusions or guidance about when other repository tools might be preferable.

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

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