Skip to main content
Glama

acdoyle dispatch (x402, no api_key)

acdoyle_dispatch_x402

Send a task to acdoyle, an agent-to-agent gateway, with no pre-issued api_key required. acdoyle routes the task to one of three specialist personas (Sherlock: general decisive research/recommendation; Watson: budget execution and allocation, currently simulated; Moriarty: monetization/opportunity advice) and returns one confident, non-hedged answer. This call is gated by the x402 payment protocol instead of a metered api_key: the underlying HTTP request may come back as an HTTP 402 with a payment-required challenge (price, network, and payment details) instead of a result. If that happens, this tool returns isError: true with the 402 challenge details in its content — the MCP client's own HTTP layer (or the calling agent) must complete the x402 payment (sign and attach the payment header) and retry the call for it to succeed. Currently Base Sepolia testnet only.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
taskYesThe task or question for acdoyle to resolve, in plain language. acdoyle's router picks the right specialist.

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

A4.4/5.0
Behavior5/5

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

With no annotations, the description carries the full behavioral burden and does so: it discloses that the request may return an HTTP 402 payment challenge instead of a result, that the tool surfaces this as isError: true with challenge details, that the MCP client or calling agent must sign and attach the payment header and retry, and that it is Base Sepolia testnet only. This is unusually rich operational context for a mutation-style call.

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

Conciseness4/5

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

The passage is front-loaded with purpose and persona inventory before the payment mechanics, and each sentence contributes new information. It is somewhat dense and run-on, but there is little waste.

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?

For a one-parameter tool with no output schema and no annotations, the description supplies everything needed to call it correctly: the input shape, the routing behavior, the expected success result, and the 402 failure/retry flow.

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?

Schema description coverage is 100% and there is a single parameter, so the schema already documents 'task' fully. The description adds only the marginal note that the router selects the specialist automatically, which does not extend semantics beyond the schema.

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?

States a concrete verb and resource ('Send a task to acdoyle, an agent-to-agent gateway') and immediately differentiates itself from the sibling acdoyle_dispatch via 'no pre-issued api_key required'. An agent can identify the tool and its scope without opening the schema.

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

Usage Guidelines4/5

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

The description clearly frames the selection condition — no pre-issued api_key, gated by x402 instead of a metered key — which is exactly the axis that distinguishes it from the sibling acdoyle_dispatch. It does not explicitly name the sibling as the alternative, so an agent must infer the 'if you have an api_key, use the other one' case.

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