Skip to main content
Glama
Hemanth-hexo

GitHub Discovery MCP Server

by Hemanth-hexo

get_repo_overview

Fetch an overview of a GitHub repository: stars, forks, issues, license, topics, languages, latest release, contributor count, and README preview. Use to assess a repo before exploring its code.

Instructions

Get a snapshot of one specific GitHub repo: description, stars/forks/open issues, license, topics, primary languages, latest release, approximate contributor count, and a README preview. Use this after search_github_repos to understand a specific candidate before diving into its code.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
repoYesRepo as 'owner/name' (e.g. 'facebook/react') or a GitHub URL — usually copied straight from a search result.

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv2.0.0

TDQS

A4.2/5.0
Behavior4/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It transparently lists what the tool returns and even adds precision with 'approximate contributor count' and 'README preview,' which prevents over-expectations. It does not mention rate limits, error behavior, or data freshness, but for a read-only snapshot tool the disclosed output surface is fairly complete.

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 sentences with no filler. The first sentence front-loads the operation and output fields; the second gives a clear usage directive. Every part contributes to selection and invocation.

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?

For a single-parameter tool with no output schema and no annotations, the description is nearly complete: it covers the input source, the full set of return values, and the intended workflow position. The only minor gaps are exact response formatting, error handling, and potential rate/resource limits, which are not critical for an overview snapshot.

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?

Schema description coverage is 100%: the input schema already explains the 'owner/name' format, accepts GitHub URLs, and notes that the value is usually copied from a search result. The main description adds only that the repo is 'one specific GitHub repo,' which does not materially go beyond the schema. A baseline 3 is appropriate when the schema already handles parameter meaning.

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 opens with a specific verb and resource: 'Get a snapshot of one specific GitHub repo,' then enumerates the exact data categories returned (description, stars/forks/open issues, license, topics, languages, latest release, contributor count, README preview). This clearly differentiates it from search-oriented siblings like search_github_repos and code-focused tools like get_file_content.

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 provides explicit workflow context: 'Use this after search_github_repos to understand a specific candidate before diving into its code.' This tells the agent when in the discovery flow the tool belongs and signals that it is a pre-code step. It does not name explicit alternatives or exclusion conditions for siblings like compare_repos or get_repo_structure, so it stops short of a 5.

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

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/Hemanth-hexo/Git_mcp'

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