Skip to main content
Glama

402 Dispatcher

x402_api_onesource_io_api_chain_allowance_34

x402_api_onesource_io_api_chain_allowance_34

[PAID inbound $0.0033 → then proxy $0.0033] ERC20 allowance via allowance (eth_call) - how much a spender is approved to move from an owner's wallet Upstream: https://api.onesource.io/api/chain/allowance Method: GET Example query: {"contract":"0xdac17f958d2ee523a2206206994597c13d831ec7","network":"ethereum","owner":"0xd8da6bf26964af9d7eed9e03e53415d37aa96045","spender":"0x6b175474e89094c44da98b954eedeac495271d0f"}

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bodyNoOptional JSON body for non-GET requests
queryNoOptional query string parameters for the upstream HTTP request

TDQS

B3.3/5.0
Behavior3/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It discloses that the API is paid, that it uses eth_call, and that it returns allowance information. However, it does not describe output format, error behavior, or whether the query parameters are all required, which are meaningful gaps for a paid external API 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 description is dense but each part earns its place: cost, functional semantics, upstream URL, HTTP method, and a concrete example. It is front-loaded with the paid nature and purpose. The example JSON is long but necessary because the schema lacks named query parameters, so it is justified.

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

Completeness3/5

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

The description covers the key invocation details: paid cost, upstream endpoint, method, example parameters, and the meaning of the return value. However, there is no output schema and no mention of return format, units, or required parameter enforcement, so an agent may still be uncertain about the exact response shape and required fields.

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

Parameters4/5

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

The input schema only describes generic 'body' and 'query' objects with no named properties, so the schema alone is not very informative. The description compensates by providing an explicit example query with contract, network, owner, and spender, giving the agent concrete parameter meaning beyond the generic schema.

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

Purpose4/5

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

The description clearly states the tool's function: checking ERC20 allowance via eth_call, specifically how much a spender is approved to move from an owner's wallet. It provides an example query with contract, network, owner, and spender, making the purpose concrete. It does not explicitly differentiate from sibling tools, but the operation and resource are unambiguous.

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?

The description provides an upstream URL, HTTP method, and example query, but gives no guidance on when to use this tool versus alternatives such as erc20_balance or other chain tools. There is no explicit when-to-use or when-not-to-use context, leaving the agent to infer usage solely from the stated purpose.

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

C2.6/5.0
Disambiguation1/5

The core dispatcher tools are distinct, but the 84 auto-discovered wrappers contain dozens of near-identical news, weather, and translation endpoints. An agent cannot reliably tell many of these apart without reading provider-specific details, and misselection is likely.

Naming Consistency2/5

Core tools use a readable verb_noun pattern, but most tools are machine-generated `x402_<domain>_<path>_<number>` names with opaque numeric suffixes. The two naming schemes are mixed, and the generated names are not intuitive.

Tool Count1/5

95 tools is an extreme mismatch for a coherent MCP surface. The bulk are auto-registered third-party proxies that duplicate the same few categories, creating massive prompt bloat and selection overhead.

Completeness4/5

For an x402 dispatcher, the core lifecycle is well covered: discovery, search, quote, route-and-call, stats, paywall status, and cashflow/P&L. Minor gaps such as no deregistration or detailed per-transaction drill-down exist, but main workflows do not dead-end.

Resources