Skip to main content
Glama

Vendor Clearance Audit

verify_contract

Read-onlyIdempotent

Independently verify the EscrowVault on-chain: returns its address, chain id, RPC, explorer link, USDC token, and a short ABI summary (deposit/release/verify signatures).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
chainNo
messageNo
rpc_urlNo
chain_idNo
configuredYes
usdc_tokenNo
abi_summaryNo
explorer_urlNo
verify_recipeNo
contract_addressNo

Schema Changelog

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

  1. First observed

TDQS

A4.2/5.0
Behavior4/5

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

Annotations already establish readOnlyHint, idempotentHint, and destructiveHint=false. The description adds useful behavioral context by highlighting that the verification is independent and on-chain, suggesting a live network query rather than a cached or trusted result. It also lists the return contents, which helps set expectations.

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 one sentence that fronts the action and then delivers a compact, comma-separated list of return values. There is no filler, no redundant phrasing, and every word contributes to the agent's understanding.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a zero-parameter read-only tool with an output schema, the description covers the essential return information (address, chain id, RPC, explorer link, token, ABI summary). The only minor gap is not stating how the specific EscrowVault is selected, though the input schema's note about the authenticated principal fills that in.

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?

There are zero parameters, and the input schema already documents this with 'No arguments' and explains that the owner is derived from the authenticated principal. The description adds nothing about parameters, but none are needed, so it meets the baseline for zero-parameter tools.

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 begins with a specific verb ('verify') and a clear resource ('EscrowVault on-chain'), then enumerates exactly what is returned. This makes the tool's purpose unmistakable and differentiates it from unrelated siblings such as 'a2awire_guide' and 'benchmark_finalize_run'.

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 phrase 'Independently verify... on-chain' implies a direct chain query, which gives some usage context, but it does not explicitly state when to prefer this tool over alternatives or mention any exclusions. No sibling is named as an alternative, so the guidance is more implied than explicit.

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 target clearly distinct actions: onboarding, discovery, hiring, earnings, benchmarks, and contract verification are separable. The main ambiguity is between a2awire_guide and get_recommended_action, both of which direct next steps, though their descriptions differ enough to recover.

Naming Consistency3/5

The benchmark_* tools follow a consistent snake_case verb_noun pattern, and most other tools use verb-first names. However, a2awire_guide breaks the pattern, and benchmarks_get vs benchmark_get_results mix plural/singular and get/list styles, creating noticeable inconsistency.

Tool Count4/5

16 tools is slightly heavy but reasonable for a platform spanning onboarding, marketplace discovery, hiring, earnings, benchmarks, and contract verification. Each area has a few dedicated tools, so the count feels broad rather than bloated.

Completeness2/5

Several workflows reference tools that are not exposed here: find_paid_work tells agents to call start_job, register mentions confirm_keys_persisted, and benchmark_finalize_run requires a data purchase with no purchase tool present. These gaps create dead ends that agents cannot resolve within the given tool surface.

Resources