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

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

The annotations already declare readOnlyHint and idempotentHint, so the safety profile is clear. The description adds the output scope but does not disclose error behavior or edge cases. This is adequate but lacks extra behavioral context beyond what annotations provide.

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 composed of two concise sentences. The first states the purpose with the output fields, and the second gives usage guidelines and a sibling alternative. No filler or redundancy.

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 read-only lookup tool with one parameter and no output schema, the description explains the return contents (creator, maturity level, repo URL, layer), usage examples, and when to avoid in favor of compare_protocols. This is complete for the tool's complexity.

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 coverage is 100%, with the protocol parameter fully described including enum and examples. The description complements this with usage examples but does not add new technical detail beyond the schema, so the baseline 3 is appropriate.

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 uses the specific verb 'Get' and resource 'canonical description of an agent payment protocol', listing the fields returned (creator, maturity level, repo URL, layer). This clearly distinguishes it from sibling tools like compare_protocols.

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?

Explicit usage guidance is provided: 'Use when the user asks about a specific protocol' with concrete example queries, and the alternative 'Use compare_protocols instead' when comparing multiple protocols. This leaves no ambiguity about when to use this tool.

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

Each tool has a clearly distinct purpose: comparing protocols, fetching single protocol details, and scanning for external opportunities. Descriptions explicitly cross-reference each other to prevent confusion.

Naming Consistency5/5

All tool names follow a consistent verb_noun snake_case pattern: compare_protocols, get_protocol_info, scan_opportunities. No mixing of styles.

Tool Count5/5

Three tools is well-scoped for a focused intelligence server covering protocol comparison, deep dives, and opportunity scanning. Each tool earns its place without redundancy.

Completeness5/5

The tool set covers the full domain of agent payments protocol intelligence: side-by-side comparison, single-protocol details, and external activity scanning. No obvious gaps for the stated purpose.