Skip to main content
Glama

Registry Lag — how fast MCP directories reflect a new server

check_directory_lag

Check whether an MCP server name is listed in public MCP directories right now, and how long until it appeared (reflection lag).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesserver name fragment, 3-64 chars

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.5/5.0
Behavior3/5

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

With no annotations, the description carries the burden of behavioral disclosure. It discloses that the tool performs a live directory check and measures reflection lag, which is useful. However, it does not mention potential rate limits, network dependency, failure behavior, or whether the check is cached.

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?

One sentence, front-loaded with the action and resource, and the lag concept is included without extra fluff. Every word earns its place.

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?

For a single-parameter lookup tool, the description is mostly complete, but the lack of annotations and output schema means the agent does not know what the return value looks like or what 'lag' means in concrete terms. The sibling get_report is not referenced, so routing context is missing.

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%, so the schema already documents the single 'name' parameter. The description adds the notion of a 'server name fragment' but does not add format details beyond the schema's 3-64 char constraint. Baseline 3 is appropriate.

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 states a specific verb ('check') and resource ('whether an MCP server name is listed in public MCP directories right now'), and adds the distinctive 'reflection lag' concept. It is clear enough to distinguish from the sibling get_report, though it does not explicitly name the sibling or contrast itself.

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 implies a real-time lookup use case ('right now') and the lag measurement, but it does not explicitly say when to use this tool versus get_report or when not to use it. The context is inferable but not stated.

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