Skip to main content
Glama

lexicon_resolve

Requires a ChainHelix API key as bearer token, or 5 cents per call paid over Binance b402 in USDT, USDC, USD1 or U on BNB Smart Chain, or over x402 in USDC on the Base network. Resolve one argument name against the ChainHelix Agentic Lexicon: the entry (id, meaning, representation, unit, example) or, when the name is unknown or ambiguous, the candidates to choose from. Optional namespace (common, agent, identity, payment, wallet, onchain, defi, market, data) and venue (an exchange name, e.g. binance: a venue field name resolves through ccxt's mapping)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesthe argument name to resolve, e.g. origQty, stop_price, budgetUsd
venueNoexchange name, lower case, e.g. binance
namespaceNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
byNo
idNo
okYes
entryNo
reasonNo
chargedNo
receiptNo
spellingNo
candidatesNo
lexiconVersionNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed1 schema field changed
    • changedInput schema / x-lexicon / bundleSha256
      Previous value: -"a1c2e10fd3177d6b4d59ca78693e8fb36880165cf0f735f680dd86a510411178"New value: +"e5b4290024a229f2bdf97f8fc6a0079c3fe13b77267f41fdcffeb8b26aa1c41e"
  2. Changed1 schema field changed
    • changedInput schema / x-lexicon / bundleSha256
      Previous value: -"1eeb782ee15fe69fc80776948e0556fa6b795e210e6305935b2c97b73d955cda"New value: +"a1c2e10fd3177d6b4d59ca78693e8fb36880165cf0f735f680dd86a510411178"
  3. Changed1 schema field changed
    • changedInput schema / x-lexicon / bundleSha256
      Previous value: -"c014292cad7497ce9fd68c33345ac32cb42b672c8e77d6c749c26e162cc207e4"New value: +"1eeb782ee15fe69fc80776948e0556fa6b795e210e6305935b2c97b73d955cda"
  4. Added

TDQS

A4/5.0
Behavior3/5

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

No annotations are provided, so the description carries the burden. It does disclose the authentication/payment mechanism (API key or per-call payment), which is a significant behavioral trait. However, it doesn't mention other important aspects like response format (although output schema exists), side effects, or failure modes beyond ambiguity. It states that ambiguity results in candidates, which is helpful but not exhaustive.

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 a single long paragraph with a run-on structure. The authentication requirement is placed first, which might be important, but it delays the core purpose. It could be broken into sentences for better readability. It includes necessary details but lacks front-loading of the primary action.

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

Completeness4/5

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

The tool has an output schema, so the description doesn't need to explain return values in detail. It covers the essential inputs (name, optional namespace, venue), and handles the ambiguous case. The main gaps are not listing prerequisites for the optional parameters or typical use cases, but the description gives enough for correct invocation.

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?

Schema coverage is 67%: the description covers 'name' and 'venue' with examples, but 'namespace' is only described via its enum. The description adds meaning by explaining that venue resolves through ccxt's mapping, and provides example names for the 'name' parameter. It partially compensates for the missing schema description of 'namespace' by listing the allowed values in the schema, so the combination is adequate.

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?

The description explicitly states the verb 'Resolve' and the resource 'one argument name against the ChainHelix Agentic Lexicon', and distinguishes it from sibling tools like lexicon_bulk and lexicon_spec by focusing on single resolution with candidates for ambiguity. It clearly communicates the function and scope.

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 provides clear context on when to use the tool: to resolve an argument name, and explains the returned data (entry or candidates) when the name is unknown or ambiguous. It also mentions optional parameters for namespace and venue, which helps with usage. However, it doesn't explicitly contrast with alternatives like lexicon_bulk, but the purpose is distinct enough.

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