Skip to main content
Glama

lexicon_bulk

Requires a ChainHelix API key as bearer token, or 50 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 up to 25 argument names against the ChainHelix Agentic Lexicon in one call: for each name the entry (id, meaning, representation, unit, example) or, when the name is unknown or ambiguous, the candidates. Each item is a name, or { name, namespace, venue } with the same hints as lexicon_resolve

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
namesYesup to 25 names, each a string or { name, namespace?, venue? }

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
countNo
errorNo
receiptNo
resultsNo
resolvedNo
bundleSha256No
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. Added

TDQS

A4.4/5.0
Behavior4/5

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

With no annotations provided, the description carries the behavioral burden. It discloses authentication/payment requirements (bearer token or per-call fee), the 25-name limit, and the return behavior: an entry for known names or candidates for unknown/ambiguous ones. It does not explicitly state read-only behavior, but 'resolve' and the described outcome make side effects unlikely.

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?

Only two sentences, with no filler. The first sentence is dense with detailed payment options, but that information is necessary given the absence of annotations. The second sentence efficiently conveys the core operation and item format. It could be more compact, but every part earns its place.

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?

The output schema is present, so return values need no elaboration. The description covers authentication/payment, batch limits, input item shapes, and unknown/ambiguous handling. For a batch lookup tool with this complexity, an agent has everything needed to invoke it correctly.

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 schema already covers the names parameter at 100%, setting a baseline of 3. The description adds value by clarifying each item can be a plain name or an object with namespace and venue, and by pointing to lexicon_resolve's hints for richer meaning. This goes slightly beyond the schema's own description.

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 states a specific verb and resource: 'Resolve up to 25 argument names against the ChainHelix Agentic Lexicon in one call.' It clearly distinguishes itself from the sibling lexicon_resolve by emphasizing the batch nature and explicitly referencing lexicon_resolve's hints, so an agent can tell them apart.

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 batch context is clear: 'up to 25 ... in one call' implies use when resolving multiple names, and the reference to 'the same hints as lexicon_resolve' links to the single-item alternative. However, it does not explicitly state when not to use this tool or provide a direct when-to-use comparison.

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