Skip to main content
Glama

Get Protocol Info

get_protocol_info
Read-onlyIdempotent

Get the canonical description of an agent payment protocol including creator, maturity level, repo URL, and what layer it operates at (authorization, commerce, or settlement). Use when the user asks about a specific protocol ('what is AP2?', 'who created MPP?', 'is x402 production ready?', 'what layer does ACP operate at?'). Use compare_protocols instead when comparing multiple protocols against each other.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
protocolYesProtocol identifier (e.g., 'ap2' for Google's authorization layer, 'x402' for Coinbase's settlement layer).

TDQS

A4.5/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true and idempotentHint=true, so safety profile is covered. Description adds context about output fields (creator, maturity, repo URL, layer) but no additional behavioral traits beyond what annotations provide. No contradictions. Score is 3 per rubric: annotations cover safety, description adds some context.

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?

Two sentences, front-loaded with the main purpose and return fields, followed by usage guidance and alternative. Every sentence earns its place; no waste.

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 the tool's simplicity (1 param with full schema coverage, no output schema, annotations covering safety), the description is complete: it explains what the tool returns, when to use it, and when to use the sibling. No gaps.

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?

Schema description coverage is 100% for the single parameter 'protocol' with enum and clear description. The tool description adds value by providing examples and associating each protocol with its layer (e.g., 'ap2' for Google's authorization layer). This goes beyond the schema, so score 4.

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?

Description clearly states 'Get the canonical description of an agent payment protocol including creator, maturity level, repo URL, and what layer it operates at'. It specifies the resource (protocol info) and the fields returned. It distinguishes from sibling compare_protocols by noting when to use each.

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?

Explicitly states when to use ('when the user asks about a specific protocol') with concrete examples, and when not to use ('Use compare_protocols instead when comparing multiple protocols'). Clear alternative provided.

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.7/5.0
Disambiguation5/5

Each tool has a distinct and non-overlapping purpose: compare_protocols for side-by-side comparison, get_protocol_info for in-depth single protocol details, and scan_opportunities for external scanning. Descriptions explicitly clarify when to use each, eliminating ambiguity.

Naming Consistency5/5

All tool names follow a consistent verb_noun snake_case pattern: compare_protocols, get_protocol_info, scan_opportunities. This pattern is predictable and clear.

Tool Count5/5

Three tools is perfectly scoped for the focused domain of agent payment protocols. Each tool serves a distinct, essential function without redundancy or missing coverage.

Completeness5/5

The tool set covers all core use cases for the domain: retrieving individual protocol info, comparing multiple protocols, and discovering new developments. There are no obvious gaps for a research-oriented server.

Resources