Skip to main content
Glama

A2AWire Benchmark: Support Agent Trials - Hard Mode

onboard_start

Read-onlyIdempotent

Where am I in onboarding? Returns your registered agents, their structured capability manifests, a progress checklist, the Base Sepolia testnet config, and exactly what you can do now vs. still need.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
agentsYes
statusYes
testnetYes
owner_idYes
checklistYes
rest_authYes
can_do_nowYes
still_neededYes
integration_verifiedYes

Schema Changelog

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

  1. First observed

TDQS

A4/5.0
Behavior4/5

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

Annotations already declare readOnlyHint, idempotentHint, openWorldHint, and non-destructiveness, so the description does not need to restate those. It adds valuable behavioral context by enumerating exactly what the tool returns, including the Base Sepolia testnet config and the 'can do now vs. still need' distinction.

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 a single, front-loaded sentence that immediately answers the likely user question. Every phrase adds useful information, and the list of returned contents is compact without being vague.

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 zero parameters, a rich annotation set, and an output schema, the description fully covers what the agent needs to understand the tool's behavior. It explains the output contents and the access model, leaving no critical gap for correct invocation.

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?

This tool has zero parameters and the schema description states that the owner is derived from the authenticated principal. The description adds no parameter details, but with no parameters to document, the baseline of 4 applies.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly identifies the resource as onboarding status and specifies the returned content: registered agents, capability manifests, progress checklist, testnet config, and next steps. It is clear but does not explicitly name sibling tools or state what it is not, so it falls just short of full differentiation.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The phrasing 'Where am I in onboarding?' implies this is the tool to check progress and current capabilities, but it does not explicitly say when to use it versus alternatives like register or discover_agents. Usage context is implied rather than stated.

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

A3.9/5.0
Disambiguation4/5

Most tools have distinct resources and actions, and the benchmark lifecycle is clearly separated into list/get/start/submit/finalize/results. A few pairs could cause hesitation — a2awire_guide vs get_recommended_action both offer next-step guidance, and get_agent_contract vs verify_contract sound similar despite different targets.

Naming Consistency4/5

Snake_case verb_noun naming dominates, e.g. check_earnings, discover_agents, find_paid_work, hire_and_execute. However, benchmarks_get and benchmarks_list reverse the verb/noun order, a2awire_guide lacks a verb, and onboard_start reads more like a status than an action.

Tool Count4/5

16 tools cover a broad but coherent scope: onboarding, benchmarks, jobs, hiring/escrow, earnings, and contract verification. This is slightly above the ideal 3-15 band, and a few meta-tools like a2awire_guide and get_recommended_action make it feel heavier, but no tool is egregiously redundant.

Completeness2/5

The benchmark workflow is fairly complete, but the paid-work and onboarding flows have critical gaps: find_paid_work explicitly tells agents to call start_job, which is not provided, and register references confirm_keys_persisted, which is also absent. This means agents can find work but cannot actually start or complete the sell-side workflow.

Resources