Skip to main content
Glama

GitHub Platform Changelog — buy per-query in-session (githubchangelog)

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

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

Annotations already provide readOnly, idempotent, and non-destructive hints, and the description does not contradict them. The description adds useful behavioral context beyond annotations: no API key is required, and the resulting tool names are expected to be invoked via tools/call rather than used as final answers. Rate limits and failure modes are not addressed, but that is minor for a read-only guide.

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?

Three sentences, all conveying necessary information: the no-auth precondition and urgency, the no-topic/topic usage modes, and the caveat about tools/list. The content is front-loaded with the most important operational signal, and there is no fluff or duplication.

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 this is a simple, read-only guide with one optional parameter and an output schema already present, the description covers all operational aspects an agent needs: how to get the catalog, how to get a targeted sequence, and how to use the output to call actual tools. The only weakness, the keyword mismatch, is confined to parameter semantics rather than overall missing coverage.

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 documentation covers the topic parameter 100%, so the baseline is 3. The description adds meaning by naming the two parameter states (absent vs topic) and providing example keywords, but it lists extra keywords ('owner', 'buy', 'benchmark') that do not appear in the schema's keyword list, slightly weakening the consistency. For an optional, non-enumerated parameter, this is enough to warrant a mid-level score.

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 clearly identifies this as a navigator/guide to the full A2AWire surface and explicitly states its two operating modes: no-topic returns a categorized catalog, topic returns a recommended call sequence. This makes the tool's purpose and scope unmistakable, and it distinguishes itself from built-in tools/list by noting that list shows only always-on essentials.

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 says when to call with no topic versus with a topic, and even explains how to use the results: 'Every listed tool is callable via tools/call by name.' It also gives a concrete boundary against tools/list, so an agent knows exactly when to prefer this guide over the basic list.

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