Skip to main content
Glama

Get Repository Health

get_repository_health
Read-onlyIdempotent

Read repository freshness and counts. Use view=coordinates for the paginated release/native-architecture catalog and coverage.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
viewNohealth
distroNo
offsetNo
sourceNo
releaseNo
freshness_hoursNo
catalog_revisionNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed6 schema fields changed
    • addedInput schema / properties / catalog_revision
      Added value: +{
      +  "maxLength": 256,
      +  "minLength": 1,
      +  "type": "string"
      +}
    • addedInput schema / properties / distro
      Added value: +{
      +  "maxLength": 256,
      +  "minLength": 1,
      +  "type": "string"
      +}
    • addedInput schema / properties / offset
      Added value: +{
      +  "maximum": 5000,
      +  "minimum": 0,
      +  "type": "integer"
      +}
    • addedInput schema / properties / release
      Added value: +{
      +  "maxLength": 256,
      +  "minLength": 1,
      +  "type": "string"
      +}
    • addedInput schema / properties / source
      Added value: +{
      +  "maxLength": 256,
      +  "minLength": 1,
      +  "type": "string"
      +}
    • addedInput schema / properties / view
      Added value: +{
      +  "default": "health",
      +  "enum": [
      +    "health",
      +    "coordinates"
      +  ],
      +  "type": "string"
      +}
  2. First observed

TDQS

B3.4/5.0
Behavior4/5

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

The description's 'Read' wording aligns with the readOnlyHint and idempotentHint annotations, and no destructive behavior is implied. Since annotations already cover safety traits, the description adds reasonable behavioral context around repository freshness and coverage.

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 concise and free of filler. Two sentences deliver the core purpose and a key usage note without unnecessary detail.

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

Completeness1/5

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

With seven parameters, no output schema, and zero schema-level descriptions, the description is far from complete. It omits meanings and interactions for nearly all parameters, return shape, and pagination behavior other than a vague mention.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters1/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0% and the description only hints at 'view=coordinates' and pagination. The remaining six parameters—distro, offset, source, release, freshness_hours, and catalog_revision—are left entirely unexplained, forcing the agent to guess their meanings.

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 states the tool reads repository freshness and counts, identifying the resource and the read action. It also distinguishes the coordinates view from the default health view, making the tool's purpose unambiguous even without comparing to siblings.

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

Usage Guidelines3/5

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

The description gives one explicit usage hint: use view=coordinates for the paginated catalog. However, it does not explain when to prefer this tool over sibling tools or when not to use it, leaving some usage context implicit.

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