Skip to main content
Glama
liminalpepe

x402-repohealth-mcp

by liminalpepe

Check Repo Health

check_repo_health

Check if a public GitHub repo is actively maintained or likely abandoned. Calculate a 0-100 health score from live commit, issue, PR, and release data to decide if it's safe to depend on.

Instructions

Compute a maintenance/abandonment health verdict for a public GitHub repo from live GitHub data: a 0-100 score across commit recency, commit activity, issue/PR responsiveness, and release cadence, plus a verdict (actively maintained / slowing down / likely abandoned / archived) and human-readable reasoning. Free, unauthenticated MCP tool — the open twin of the paid x402-gated repo-health HTTP API (https://x402-repohealth-poc.theliminalguy.workers.dev/repo-health/:owner/:repo), same scoring logic, no payment required. Useful before depending on a library/tool: is this repo safe to build on? Uses GitHub's unauthenticated public REST API (60 requests/hour/IP) — for higher-volume or agent-automated x402-metered use, call the paid Worker endpoint instead.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
repoYesGitHub repo name, e.g. "react"
ownerYesGitHub repo owner / organization, e.g. "facebook"
Behavior4/5

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

With no annotations, the description carries the full burden. It discloses key behavioral traits: free, unauthenticated, uses GitHub's public REST API, enforces a 60 requests/hour/IP rate limit, and is read-only in nature. It does not explicitly cover failure modes (e.g., rate-limit exceeded, repo not found), but the most important operational constraints are clearly stated.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is dense but not bloated. It front-loads the core purpose in the first sentence and packs usage, pricing, and API limits into the second. Every clause adds value, though it is slightly long and could be tightened without losing substance.

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

Completeness5/5

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

Given no output schema, the description enumerates the return components (score, verdict, reasoning) and the scoring dimensions. It covers use case, rate limits, free/unauthenticated nature, and the paid alternative, making it a complete and self-contained description for an agent to decide when and how to use it.

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 provides 100% descriptive coverage for both parameters (owner and repo), so the baseline is 3. The description adds no extra parameter-level detail, but it does not need to; the schema examples are sufficient.

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 states a specific action ('Compute a maintenance/abandonment health verdict') on a clear resource ('a public GitHub repo') and details the output (0-100 score, verdict, reasoning). It fully satisfies the verb+resource+scope test and even differentiates itself from the paid API twin.

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

Usage Guidelines5/5

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

It explicitly says 'Useful before depending on a library/tool' and contrasts with the paid alternative: 'for higher-volume or agent-automated x402-metered use, call the paid Worker endpoint instead.' It also mentions the rate limit (60 requests/hour/IP) as a constraint, offering clear context on when to use this tool.

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/liminalpepe/x402-repohealth-mcp'

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