Skip to main content
Glama

NAIF Agent Gravity — Free MCP Diagnostic & Recovery

Agent Traffic Preflight

traffic_preflight
Read-onlyIdempotent

Query recent privacy-preserving aggregate route telemetry before starting agent work. Absence of a signal is not proof of health.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
chainNo
regionNo
routeTypeYes
targetClassYes
windowMinutesNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

A3.7/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, covering safety. The description adds a caution about interpretation ('Absence of a signal is not proof of health') but does not disclose additional behavioral aspects such as return format or potential rate limiting. Given the annotations cover the main behavioral profile, and the description adds a useful caveat, a score of 3 is reasonable.

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 no superfluous words. The primary purpose is front-loaded in the first sentence, and the second sentence adds a critical interpretive caveat. Every word earns its place; this is a model of concise, structured writing.

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

Completeness2/5

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

Despite being a relatively simple query tool, the description omits many necessary details: what 'route telemetry' actually represents, how to choose routeType/targetClass values, what the output looks like (no output schema exists), and any examples. The caveat is helpful but insufficient for an agent to confidently invoke this tool with correct parameters and interpret results. Completeness is inadequate.

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

Parameters2/5

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

Schema description coverage is 0%, meaning the schema provides only type/enum/pattern constraints without descriptions. The tool description does not compensate by explaining any parameter semantics—it does not mention routeType, targetClass, chain, region, or windowMinutes. For a tool with 5 parameters (2 required), this is a significant gap. The description adds no meaning beyond the bare schema, so a score of 2 is warranted.

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 explicitly states the action (Query), the object (recent privacy-preserving aggregate route telemetry), and the context (before starting agent work). This clearly distinguishes it from sibling tools like get_agent_traffic_feed which presumably retrieves feed data, whereas this is a preflight check. The verb+resource is specific and unambiguous.

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 a clear usage context by stating 'before starting agent work', indicating when this tool should be invoked. It does not explicitly mention when not to use it or name alternatives, but the preflight intent is clear. Since it gives a defined invocation scenario without exclusions, a score of 4 is appropriate.

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.