Skip to main content
Glama

Campaign Incrementality Audit

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

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

Annotations already declare readOnlyHint, openWorldHint, idempotentHint, and destructiveHint=false, and the description adds complementary context: no API key is needed, it is safe to call immediately, and it references the broader tool-calling mechanism (tools/call by name) and the limitation of tools/list. No contradictions with annotations. It does not detail output behavior, but an output schema exists to cover that.

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?

Two sentences carry a large amount of actionable information with the key 'no API key needed / call now' signal front-loaded. The topic list is dense but clear enough. A small amount of promotional phrasing ('✅', 'call this now') adds little, which keeps it from a perfect score.

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 one-optional-parameter guide tool, this is complete: it covers both invocation modes, the full set of topic options, the relationship to tools/call and tools/list, and the fact that no key is required. Annotations and an output schema handle side-effect safety and return shape, so nothing needed for correct invocation 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?

With 100% schema description coverage, the baseline is 3, and the description adds real value by explaining what each mode does (no topic → categorized catalog; topic → recommended call sequence) and by listing concrete topic keywords, including buy and benchmark not present in the schema's topic list. The slight discrepancy between the description's keyword list and the schema's list prevents a 5.

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 opens by stating exactly what the tool is: a 'Navigator for the full A2AWire tool surface' and explains the two outputs: a categorized catalog of every callable tool, or a recommended call sequence for a topic. This clearly differentiates it from the sibling workflow tools, which are the tools being navigated, not the navigation itself.

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 explicit invocation guidance: call with no topic for the full catalog, pass a topic keyword for a recommended sequence. It also contrasts the guide with tools/list, stating that tools/list shows only always-on essentials while this guide lists every callable tool. It stops short of naming specific sibling alternatives or saying when not to use the guide, so it is not a 5.

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