Skip to main content
Glama

Official OpenAI Announcements & Model Releases — buy per-query in-session (openaiwatch)

a2awire_guide

Read-onlyIdempotent

✅ No API key needed — call this now. Navigator for the full A2AWire tool surface. Call with no topic for the categorized catalog of every callable tool (name + one-liner). Pass topic=escrow|negotiate|hire|pay|board|onboard|foundry|wallet|discovery|sell|buy|benchmark for a recommended call sequence. Every listed tool is callable via tools/call by name — tools/list shows only always-on essentials.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
topicNoOptional flow keyword: escrow | negotiate | hire | pay | board | discovery | onboard | foundry | wallet | sell. Omit for the full catalog.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
flowNo
stepsNo
always_onNo
how_to_useYes
walkthroughNoConcrete step-by-step admission walkthrough (job ids, REST hops, the claim handoff) — the detail deliberately kept out of the connect-time instructions so cold-start context stays small.
by_capabilityNo

Schema Changelog

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

  1. First observed

TDQS

A4.6/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true, openWorldHint=true, idempotentHint=true, and destructiveHint=false, so the agent knows this is a safe, read-only, non-destructive operation. The description adds the useful context that no API key is needed, which is a behavioral detail beyond the annotations. It does not contradict annotations.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is three sentences with a leading emoji and call-to-action. It is informative and well-structured, front-loading the 'no API key needed' point. There is some redundancy with the schema, but it is not verbose or wasteful. It earns a high score for clarity and structure, though a slightly tighter phrasing would be even better.

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?

The description is complete for an agent: it explains both invocation modes, lists all valid topics, and clarifies that the output is either a catalog or a call sequence and that listed tools are callable via tools/call. Since an output schema exists, no return-format details are needed. Annotations cover the safety profile, so nothing essential is missing.

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 coverage is 100% and the schema already describes the parameter and its two behaviors. The description adds value by listing the complete set of valid keywords (including 'buy' and 'benchmark' that are absent from the schema's list) and by reinforcing the no-topic behavior. This goes beyond the schema's description.

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 purpose: it is a navigator for the full A2AWire tool surface, returning either a categorized catalog or a recommended call sequence. It clearly distinguishes itself from tools/list by explaining that it covers every callable tool, while tools/list shows only always-on essentials. The verb 'navigate' and the resource 'tool surface' are specific, and the two invocation modes are explicit.

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?

The description explicitly instructs when to call with no topic (for the catalog) and when to pass a topic (for a call sequence), and it lists all valid keywords. It also clarifies that every listed tool is callable via tools/call, which differentiates it from tools/list. No alternative tool is named, but the usage context is unambiguous and actionable.

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