Skip to main content
Glama

Repo Health Auditor

repo-health-for-agents
Read-only

Comprehensive GitHub repository health audit. Scores repos 0-100 across 8 categories: activity, community, maintenance, contributors, security (via OpenSSF Scorecard), CI/CD, documentation, and popularity. Returns letter grade, per-category scores, 20+ individual checks with evidence, and prioritized recommendations sorted by impact. All checks run via GitHub API — no clone required. Free: 50 calls/IP/day.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
repoYesGitHub owner/name (e.g. vercel/next.js)

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
repoYes
gradeYes
checksYes
metadataYes
evaluated_atYes
overall_scoreYes
default_branchYes
category_scoresYes
recommendationsYes
scorecard_detailNo

TDQS

A4.2/5.0
Behavior4/5

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

Annotations already mark readOnly and openWorld, and the description enriches them by explaining that all checks run via GitHub API (external network call), the rate limit (50 calls/IP/day), and the detailed output structure (letter grade, per-category scores, checks with evidence, prioritized recommendations). It does not contradict 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 two sentences with zero fluff. The first sentence leads with the core purpose and packs in the scoring range, categories, and outputs. The second sentence adds operational details (API-based, no clone, free tier). Every clause carries useful information.

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 an output schema present, the description doesn't need to elaborate on return fields. It covers the essential additional operational context: the 8 categories, security source (OpenSSF Scorecard), API-only execution (no clone), and rate limit. This is enough for an agent to decide when to invoke the tool and what to expect.

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 input schema already fully covers the single 'repo' parameter with a pattern and example, achieving 100% schema description coverage. The description adds general context about GitHub repos but no parameter-specific detail, 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 opens with 'Comprehensive GitHub repository health audit', using a specific verb and resource. It enumerates 8 categories and output artifacts, making it unmistakable. Sibling tools are entirely different domains (revenue, token strategy, etc.), so it is clearly differentiated.

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 clear context: it audits GitHub repos, runs all checks via API, requires no clone, and offers free calls with a rate limit. It doesn't explicitly state when not to use it or name alternatives, but given the sibling contexts, the use case is unambiguous.

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.

TDQS

A4.2/5.0
Disambiguation5/5

Each tool targets a distinct domain: revenue auditing, token strategy, grants, gas, security, workflow design, prediction markets, repo health, and wallet balances. No two tools have overlapping purposes, making selection unambiguous for an agent.

Naming Consistency4/5

All names use lowercase hyphenated format, but prefixes vary (agent-, base-, mcp-, etc.) and some are descriptive while others are domain-based. This is mostly consistent but lacks a uniform pattern like verb-noun.

Tool Count5/5

9 tools is well within the ideal range for a focused server. Each tool addresses a distinct need for autonomous agents on Base, and none feel redundant or unnecessary.

Completeness4/5

The set covers analysis, planning, and monitoring aspects well (revenue, token, grants, gas, security, workflow, odds, repo, portfolio). Missing execution-oriented tools like token deployment or transaction sending, but for an intelligence-focused suite, this is reasonable.