Skip to main content
Glama

treasury_tic_rank_holders

Read-onlyIdempotent

Which named major foreign holders had the largest Treasury holdings in a specified month? Ranks only the named holder rows published in Treasury's MFH table, excluding Grand Total, All Other, and foreign-official memo rows. Historical publisher aggregates are excluded unless requested. Returns bounded pagination, integer USD millions, exact source lines, hashes, vintage, and the custodial-attribution caveat. If month is omitted, uses the hosted snapshot vintage.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMaximum ranked rows. Default 20.
monthNoExact calendar month in YYYY-MM format.
offsetNoRanked rows to skip. Default 0.
response_formatNoHuman-readable markdown or machine-readable JSON. Default markdown.
include_historical_aggregatesNoInclude discontinued publisher aggregates such as Oil Exporters in older rankings. Default false.

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

A3.8/5.0
Behavior4/5

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

Annotations already cover the safety profile (readOnly, idempotent, non-destructive, openWorld), and the description adds genuine behavioral context beyond them: bounded pagination, integer USD millions, exact source lines, hashes, vintage, and a custodial-attribution caveat, plus the default to the hosted snapshot vintage when month is omitted. It does not discuss auth or rate limits, but given the lower bar set by annotations this is a strong disclosure.

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 opening question front-loads the core purpose and the following sentences are information-dense with little waste. It is slightly run-on and the aggregates-exclusion clause partially duplicates the schema's include_historical_aggregates description, which keeps it out of the top tier.

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?

There is no output schema, so the description carries the burden of return-value context and does so by listing pagination bounds, units, source lines, hashes, vintage, and the caveat. All five parameters are documented in schema and partly contextualized here. It is complete enough to call correctly, with only minor gaps around offset/limit semantics.

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?

With 100% schema description coverage the baseline is 3, and the description earns credit by adding behavior the schema does not state: month defaults to the hosted snapshot vintage, and historical aggregates are opt-in via include_historical_aggregates. Pagination and unit expectations are reinforced. It still doesn't clarify limit/offset interactions, so it does not reach the top.

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 states a specific verb (rank) and resource (named major foreign holders of Treasury securities) and frames it as a question that pins down the scope. It clearly distinguishes a ranking tool from discovery/comparison siblings by naming the excluded row types (Grand Total, All Other, foreign-official memo rows). It stops short of explicitly contrasting with treasury_tic_find_holders, treasury_tic_compare_holders, or treasury_tic_official_share, so it is clear but not sibling-differentiated.

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

Usage Guidelines3/5

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

Usage is only implied: the reader can infer you call this to get a ranked list and set include_historical_aggregates to opt in to legacy rows. No explicit when-to-use vs alternatives guidance names a sibling such as find_holders or compare_holders. The exclusion rules describe scope rather than routing.

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.