Skip to main content
Glama

Teppi

What has been verified

check_grade
Read-only

Return what has been verified about an x402 endpoint or its url: whether it answers, what it charges, and whether that price has moved. Answers unrated rather than guessing when the evidence is thin. Works for endpoints Teppi does not operate.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
id_or_urlYes

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observed

TDQS

A4.5/5.0
Behavior4/5

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

The description adds meaningful behavioral context beyond the annotations: it states that the tool 'Answers unrated rather than guessing when the evidence is thin', disclosing how it handles uncertainty. The readOnlyHint and openWorldHint annotations already cover the read-only and open-world aspects, and the description does not contradict them.

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 compact and front-loaded: the first sentence states what the tool returns, the second explains its uncertainty behavior and scope. Every clause earns its place, with no wasted or redundant phrasing.

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?

For a simple single-parameter read-only tool, the description covers the core purpose, the input semantics, the behavioral stance on uncertain evidence, and the applicable endpoint scope. Since there is no output schema, the description still provides enough about the returned verification aspects for an agent to select and invoke the tool confidently.

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

Parameters4/5

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

The schema has 0% description coverage and only exposes the parameter name 'id_or_url', but the description compensates by clarifying that the value is an x402 endpoint or its URL. This gives the agent the domain-specific meaning needed to populate the argument correctly, though it does not elaborate on format nuances beyond the schema's length constraints.

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 verb ('Return') and a specific resource ('what has been verified about an x402 endpoint or its url'), and enumerates the concrete attributes returned: whether it answers, what it charges, and whether the price has moved. It also sets itself apart from typical capability-listing tools by focusing on verification status rather than capabilities, and the 'Works for endpoints Teppi does not operate' clause further scopes the tool.

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 gives clear usage context by saying it works for endpoints Teppi does not operate, which helps an agent choose this tool for non-Teppi x402 endpoints. However, it does not explicitly name sibling alternatives or state when not to use this tool, so the routing guidance is present but not fully explicit.

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
Disambiguation4/5

Each tool has a clear primary role: searching, retrieving details, grading endpoints, and route planning. check_grade and get_capability both surface verification data, but the former targets arbitrary endpoint URLs while the latter is for known catalog capabilities, so they are distinguishable.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern: check_grade, get_capability, plan_route, search_capabilities. The naming is predictable and clearly signals what each tool does.

Tool Count5/5

Four tools is a focused, well-scoped set for the server's purpose of discovering, evaluating, and planning paid endpoints. Each tool covers a distinct part of the workflow without unnecessary duplication.

Completeness5/5

The tool surface covers the full read-side workflow: search to discover capabilities, get_capability for deep detail, check_grade for endpoint verification, and plan_route for constructing a budgeted path. The explicit no-execution design is consistent with the stated purpose, so there are no obvious dead ends.

Resources