Skip to main content
Glama

Registry catalogue (4 sub-tools)

ledger_meta
Read-only

Router to the ledger's registry tools — call with {tool, arguments}. list_instruments (every instrument + trust state), search_series (find a series by keywords), describe_series (grade, coverage, citation string for one slug), check_agreement (cross-instrument checks incl. the failed one that suspended the Indian series). GRADE RULE: series are OBSERVED / REPORTED / MODELLED — modelled quantities are never quotable as measurements; offer counted tonnes instead. Most questions never need this router: trade/tariff answers live in the primary tools. No API key required.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
toolYesWhich sub-tool to run.
argumentsNoThat sub-tool's own arguments, e.g. {series: "tt010.china.burden"} for describe_series.

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. Changed1 schema field changed
    • changedInput schema / properties / tool / enum
      Previous value: -[
      -  "gateway_conditions",
      -  "vessel_status",
      -  "has_vessel_berthed",
      -  "recent_events",
      -  "list_instruments",
      -  "search_series",
      -  "describe_series",
      -  "check_agreement"
      -]New value: +[
      +  "list_instruments",
      +  "search_series",
      +  "describe_series",
      +  "check_agreement"
      +]
  2. Added

TDQS

A4.3/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false, so the safety profile is covered. The description adds valuable behavior beyond annotations: the GRADE RULE (OBSERVED/REPORTED/MODELLED, with a clear prohibition on quoting modelled values), the fact that no API key is required, and a specific detail about check_agreement ('the failed one that suspended the Indian series'). These enrich the agent's understanding without contradicting annotations.

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 compact yet information-dense: it lists sub-tools, explains the grade rule, notes when not to use it, and mentions no API key requirement. It is front-loaded with the router's purpose and structured with a list and a rule, with every sentence serving a functional purpose.

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?

As a router with four sub-tools and no output schema, the description adequately covers the calling convention (call with {tool, arguments}), provides an example, explains the grade rule, and gives routing context. It does not detail return formats for each sub-tool, but that is not critical since the sub-tools are separate operations and the description gives enough to invoke them correctly. The note about primary tools helps agents decide when this router is unnecessary.

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 100% (both tool and arguments have descriptions). The description goes beyond the schema by giving a concrete example argument object for describe_series ('{series: "tt010.china.burden"}') and clarifies that arguments are sub-tool-specific. This adds practical meaning to the generic 'That sub-tool's own arguments' in 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?

The description clearly identifies the tool as a router to the ledger's registry tools and enumerates all four sub-tools with concise one-line explanations. It explicitly distinguishes itself from sibling trade/tariff tools by stating 'Most questions never need this router', so an agent can immediately tell when this is relevant.

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?

Provides explicit guidance on when not to use it ('Most questions never need this router: trade/tariff answers live in the primary tools') and implies when to use it via the sub-tool list. It names the sub-tools and their purposes but does not explicitly exclude individual sibling tools beyond the general routing rule, which is acceptable for a meta-tool.

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

A3.9/5.0
Disambiguation2/5

Several tools overlap significantly in the tariff/trade domain: tariff_story explicitly replaces hs_search, tariff_lookup, and tariff_burden, and trade_query also returns duty data. This creates ambiguity about which tool to invoke for a given tariff question, though non-tariff tools (compare, event_studies, month_in_review) are clearly distinct.

Naming Consistency2/5

Tool names follow mixed conventions: some are verb-first (compare, query_series, tariff_lookup), others are noun-first (commodity_profile, tariff_burden, event_studies), and there's no consistent prefix or verb pattern. While readable, the lack of a unified naming scheme makes the set feel less coherent.

Tool Count4/5

With 13 tools, the set is within a reasonable range for a trade data service and covers most query needs. It's slightly larger than necessary given the overlapping tariff tools, but not excessive.

Completeness4/5

The surface covers tariff lookup, actual duties paid, trade volumes, comparisons, profiles, event studies, and rulings search, which is comprehensive for a read-only trade data resource. Minor gaps exist (e.g., no tool for gateway-specific tariff burden, and the meta-tool ledger_meta hides a set of archived tools), but core workflows are well supported.