Skip to main content
Glama
chetangpande-ai

GitHub Repository Health MCP

get_repository_info

Get current metadata and activity counters for a GitHub repository to evaluate its health and recent activity.

Instructions

Get current metadata and activity counters for a GitHub repository.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
repoYes
ownerYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

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

  1. First observedv0.1.0

TDQS

C2.9/5.0
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 behavioral disclosure. It states that data is 'current' but does not mention authentication requirements, rate limits, read-only nature, or any side effects. The word 'Get' weakly implies a read operation, but this is not made explicit.

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?

The description is a single, efficient sentence that immediately states the action and the resource. There is no redundant phrasing or filler, and the core information is front-loaded.

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 tool is simple, there is an output schema available, and sibling names provide context. However, the description lacks usage distinctions and behavioral details such as authentication or scope, leaving the agent to infer important context.

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?

Schema description coverage is 0%, so the description must compensate for the two parameters. It does not mention owner or repo at all. While 'owner' and 'repo' are somewhat self-explanatory in a GitHub context, the description adds no value to the parameter names.

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 uses a specific verb ('Get') and resource ('metadata and activity counters for a GitHub repository'), which conveys the core purpose. It is distinguishable from sibling tools that target issues, commits, and workflow runs, though it does not explicitly name those alternatives.

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 explicit guidance on when to use this tool versus the siblings. The purpose implies it is for repository-level metadata and counters, but the description does not state exclusions or direct the agent to alternatives like get_open_issues or get_recent_commits.

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/chetangpande-ai/GitHubReposHealth-MCP'

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