Skip to main content
Glama
Haavi97

GitHub Context MCP Server

by Haavi97

add_repo

Add a GitHub repository to your saved list for persistent access across sessions. Verify repository existence and accessibility using owner/repo format.

Instructions

Add a GitHub repository to the saved list. The repo will be accessible in this and all future sessions. Use "owner/repo" format. The server will verify the repo exists and is accessible with your token.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
repoYesRepository in "owner/repo" format (e.g. "myorg/backend").
Behavior4/5

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

With no annotations, the description carries the full burden for behavioral disclosure. It adds valuable context: the repo is verified for existence and accessibility, and the save persists across sessions. It does not mention idempotency (e.g., what happens if the repo is already saved) or error handling, but the disclosed behavior is meaningful and not contradicted by any annotations.

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?

Two concise sentences with no wasted words. The first sentence states the purpose, the second provides the key usage detail and a behavioral note. Well-structured and front-loaded.

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

Completeness4/5

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

The tool is simple (one parameter) with no output schema and no annotations. The description covers purpose, persistence, verification, and format. It could have added notes on duplicate handling or errors, but for the simplicity of the operation, the description is largely complete.

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

Parameters3/5

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

The schema description covers the parameter fully (100% coverage), explaining the 'owner/repo' format and giving an example. The description repeats the format but adds no new parameter semantics beyond what the schema already provides, so the baseline of 3 is appropriate.

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?

The description clearly states the action ('Add a GitHub repository to the saved list') with a specific verb and resource, and distinguishes it from siblings like list_repos and remove_repo. The scope is unambiguous.

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

Usage Guidelines4/5

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

The description explains the persistence benefit ('accessible in this and all future sessions') and the required owner/repo format, which implies when to use it. It does not explicitly state when not to use it or name alternative tools, but the sibling set and clear purpose make the context obvious.

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

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