Skip to main content
Glama

GitHub repo health

github_repo
Read-onlyIdempotent

A GitHub repository at a glance: stars, forks, open issues, last commit, latest release, license, languages, contributors, archived — is it alive and trustworthy? From the GitHub REST API. "activity" summarizes days since last push and last release so an agent can judge whether a project is maintained. Price: $0.002 per call (10 free/day).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
repoYesowner/name or a github.com URL

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

A4.2/5.0
Behavior4/5

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

Annotations already declare readOnly, idempotent, and non-destructive behavior, and the description adds meaningful detail beyond that: it enumerates the GitHub API data points returned, explains how 'activity' is derived, and discloses pricing/free-tier usage. There is no contradiction with the 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?

The description is compact and front-loaded: the metric list and purpose appear immediately, followed by the derived activity explanation and pricing. Every sentence earns its place, and there is no redundant repetition of schema or annotation content.

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?

With one well-documented parameter, strong annotations, and no output schema, the high-level metric list and activity explanation give an agent enough to select and invoke the tool correctly. The only minor gap is that the exact response envelope/format is not specified, but the explicit metric enumeration mitigates that absence.

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 single 'repo' parameter is already described as 'owner/name or a github.com URL'. The description adds no additional parameter-level guidance, so the baseline of 3 applies.

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 identifies the resource (a GitHub repository) and the outcome (a health/activity snapshot with stars, forks, issues, commits, releases, license, languages, contributors, and archived state). The title and the explicit 'From the GitHub REST API' source make it easy to distinguish from the other mostly non-GitHub sibling tools.

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 gives explicit context: it is for judging whether a project is alive and trustworthy, and the 'activity' summary is described in terms of days since last push and last release. It does not list when-not-to-use cases or directly name alternative sibling tools, so it falls just short of the top tier.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources