compare_merchants
Head-to-head trust comparison of 2-5 merchant addresses. Returns the winner address and a one-sentence rationale.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| addresses | Yes | 2-5 merchant addresses to compare |
Head-to-head trust comparison of 2-5 merchant addresses. Returns the winner address and a one-sentence rationale.
| Name | Required | Description | Default |
|---|---|---|---|
| addresses | Yes | 2-5 merchant addresses to compare |
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the transparency burden. It discloses the return value (winner address and rationale) but does not explicitly state whether the operation is read-only or if there are side effects, auth requirements, or rate limits. The read-only nature is implied but not stated.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single, tightly worded sentence that front-loads the core purpose and includes the input range and output format. No filler or redundant repetition.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the low complexity (one parameter, no output schema, no nested objects), the description adequately covers the tool's behavior and output. It fully explains what the tool does and what it returns, which is sufficient for this simple comparison tool.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The schema already describes the single parameter 'addresses' with the same 2-5 range and purpose, so schema coverage is 100%. The description's phrase 'head-to-head trust comparison' adds some semantic color but does not provide meaningful syntax or formatting details beyond the schema.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description specifies a clear action ('Head-to-head trust comparison') with a clear resource ('2-5 merchant addresses') and distinct output ('winner address and a one-sentence rationale'). This distinguishes it from sibling tools like check_trust (single address) and leaderboard (ranking).
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implies the tool is for comparing 2-5 merchants head-to-head, which gives clear context for when to use it. However, it does not explicitly mention when not to use it or name alternatives, so it falls short of a 5.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Add one secure layer between your agents and this server.
Each tool has a clearly distinct purpose: checking a single merchant, comparing merchants, generating a badge, and viewing a leaderboard. No overlap or ambiguity exists between them.
The first three tools follow verb_noun convention (check_trust, compare_merchants, get_badge_url), but 'leaderboard' is a noun-only exception. Minor deviation, but overall predictable.
With only 4 tools, the set is tightly scoped to the server's purpose of providing trust scores and comparisons. Each tool earns its place, and the small count is a strength for clarity.
The domain is merchant trust evaluation and display. The toolset covers all apparent needs: individual trust reports, head-to-head comparison, embeddable badges, and network-filtered leaderboard. No obvious gaps.