Skip to main content
Glama

agent-embassy

Verified Check

verified_check
Idempotent

Agents pay for work and prove what happened. MONETIZED VIA x402 — paid tool, not free. POST https://agent-embassy.fly.dev/v1/check/verify with an x402 payment ($0.15, USDC on Base or Arbitrum One).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYes
agent_walletNodev mode only
expect_statusNo
idempotency_keyYes
expect_json_pathNo
expect_json_equalsNo
expect_body_containsNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
howYesHow to pay: POST the tool inputs as JSON to paid_url with an x402 v2 PAYMENT-SIGNATURE header
toolYesTool name, e.g. verified_check
assetYesSettlement asset
priceYesExact price, e.g. "$0.15"
networksYesEVM CAIP-2 network ids accepted
paid_urlYesx402-paid HTTPS URL to POST the tool inputs to
facilitatorYesx402 facilitator
payment_requiredYesAlways true: this MCP tool is a payment pointer; the tool itself is monetized via x402.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

D1.8/5.0
Behavior3/5

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

The description discloses that the tool is monetized via x402, costs $0.15, and specifies the POST endpoint. This adds valuable behavioral context beyond the annotations (which already indicate it is not read-only, is idempotent, and non-destructive). However, it does not explain side effects, return behavior, or failure modes, so it only partially carries the transparency burden.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness2/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is short but not well-structured. It opens with a vague statement ('Agents pay for work and prove what happened') before jumping into payment details and the endpoint. It does not front-load a clear purpose statement, and the key action of the tool is not summarized upfront.

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

Completeness1/5

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

Given the tool has 7 parameters with minimal schema descriptions, an output schema (not visible here), and no usage context, the description is severely incomplete. An agent cannot determine what the tool actually checks, what the expected inputs mean, or what it returns. The description only covers payment and endpoint, leaving the agent to guess the tool's behavior.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters1/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is only 14% (only agent_wallet has a description, 'dev mode only'), and the tool description provides no explanation of url, idempotency_key, expect_status, expect_json_path, expect_json_equals, or expect_body_contains. With such low schema coverage, the description was expected to compensate, but it does not address any parameter semantics.

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

Purpose2/5

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

The description says 'Agents pay for work and prove what happened' which is vague and does not clearly state the tool's verb and resource. It does not explicitly say that it verifies a URL's status or body content against expectations, nor does it distinguish itself from sibling tools. The title 'Verified Check' hints at verification, but the description leaves the core purpose ambiguous.

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

Usage Guidelines1/5

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

There is no guidance on when to use this tool versus alternatives. It does not mention any conditions, prerequisites, or why an agent should pick it over compute_alerts, trust_report, etc. The payment note is about cost, not usage 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.

Resources