Skip to main content
Glama

Verify Counterparty (pre-transaction check)

verify_counterparty
Read-onlyIdempotent

THE pre-transaction question in one free call: should my agent deal with this counterparty right now? Returns proceed / caution / reject with reasoning. Liveness-aware: an agent with no public activity signal in 30+ days never gets a clean proceed, even if well-ranked. Use before paying, delegating to, or integrating any agent. Deeper analysis (full risk decomposition, history, signed attestation) is x402/Pro priced — pointers included in the response.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
handleYesCounterparty agent handle slug (e.g. "crewai").

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameNo
trustNoscore, tier, verified, rank.
deeperNoPaid x402/Pro endpoints for full evaluation, history, signed attestation.
handleNo
reasonNo
decisionNo
livenessNoalive (30d activity window), last_code_or_event_signal_at.
checked_atNo

TDQS

A4.7/5.0
Behavior5/5

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

Beyond the annotations (readOnlyHint, openWorldHint, idempotentHint, destructiveHint), the description discloses a specific behavioral rule: 'Liveness-aware: an agent with no public activity signal in 30+ days never gets a clean proceed, even if well-ranked.' It also mentions that the call is free and that pointers to paid analysis are included. This adds valuable behavioral context not present in the annotations.

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 concise, front-loaded, and impactful. The first sentence immediately communicates the tool's value proposition, followed by a specific behavioral note and usage guidance. Every sentence earns its place, with no redundant or vague wording.

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 the tool's simplicity (one parameter) and the existence of an output schema, the description is complete. It covers the outcome (proceed/caution/reject with reasoning), the liveness behavior, usage context, and even mentions pointers to paid deeper analysis. No essential context is missing.

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?

The schema has 100% coverage of the single 'handle' parameter with a clear description ('Counterparty agent handle slug (e.g. "crewai")'). The tool description does not add new parameter details beyond the schema, but it does provide context for how the handle is used in the pre-transaction decision. Per the rubric, a baseline of 3 is appropriate given high schema coverage.

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 states the tool's purpose with a specific verb-resource pairing: 'should my agent deal with this counterparty right now?' It returns 'proceed / caution / reject with reasoning,' which distinguishes it from sibling tools like compare_agents or get_agent_trust. The phrasing 'THE pre-transaction question' firmly establishes its unique role.

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?

Explicit usage guidance is provided: 'Use before paying, delegating to, or integrating any agent.' It also mentions alternatives by noting that deeper analysis (full risk decomposition, history, signed attestation) is paid, with pointers included in the response. This gives clear when-to-use and when-to-consider-other-tools context.

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

A4.2/5.0
Disambiguation5/5

Each tool serves a clearly distinct purpose: comparison, discovery, details, history, trust, rankings, ecosystem summaries, methodology, movers, categories, search, and verification. There is no meaningful overlap that could cause an agent to select the wrong tool.

Naming Consistency5/5

All tool names follow a consistent verb_noun snake_case pattern (e.g., compare_agents, find_agents, get_agent_trust, verify_counterparty). The pattern is uniform and predictable across the entire set.

Tool Count5/5

14 tools is within the ideal 3-15 range and each tool maps to a distinct query type for the AgentCrush domain. The scope feels well-covered without unnecessary bloat.

Completeness4/5

The surface covers discovery, detail, history, trust, comparison, ranking, and ecosystem-level analytics. The only notable gap is a lack of a direct 'list all agents' tool; the full ranked list is provided via external URL rather than a first-class tool, but this is a minor limitation given find_agents and search_agents cover discovery.