Skip to main content
Glama

agent-embassy

Research Paper

research_paper
Idempotent

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

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bundleNo
paper_idYes
buyer_aliasNo
agent_walletNodev mode only
idempotency_keyYes

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

C2.3/5.0
Behavior3/5

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

The description adds transparency beyond annotations by disclosing that the tool is paid via x402, costs $250, and requires a POST to a specific endpoint. This is useful behavioral context. However, it does not explain the effects of calling the tool (e.g., what happens on success or failure), the role of the idempotency key, or any side effects beyond payment. The annotations already indicate it is a non-read-only, idempotent operation, so the description does not contradict them.

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

Conciseness3/5

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

The description is concise, consisting of two sentences, and includes the endpoint and payment details efficiently. However, it is not front-loaded with the tool's primary purpose; the first sentence is vague and does not orient the agent. The structure is compact but sacrifices clarity for brevity.

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

Completeness2/5

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

Given the tool's complexity (paid, 5 parameters, low schema coverage, output schema present), the description is incomplete. It does not state the tool's core function, the meaning of key parameters, or the expected input/output relationship. While the output schema exists, the description still needs to convey the purpose and invocation context, which it fails to do. The agent would be left uncertain about what to pass and what to expect.

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

Parameters2/5

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

Schema description coverage is only 20% (only agent_wallet has a description). The description does not clarify the meaning or purpose of any parameter, including required ones like paper_id and idempotency_key. It does not compensate for the low schema coverage, leaving the agent to infer parameter semantics from names alone, which is insufficient for correct invocation.

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 opens with a vague statement about paying for work and proving what happened, which does not clearly identify the tool's function. The name 'research_paper' suggests it produces or processes a research paper, but the description never states this directly. It focuses on payment mechanics rather than the core action, leaving the agent to guess what the tool actually does.

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

Usage Guidelines2/5

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

No guidance is provided on when to use this tool versus its siblings, nor are any prerequisites or exclusions mentioned. The description does not mention alternatives like prove_it or verified_check, and the payment detail is the only context. An agent would have no basis for selecting this over other tools.

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