Skip to main content
Glama

treasury_tic_holder_history

Read-onlyIdempotent

How did one publisher-listed major foreign holder's U.S. Treasury holdings change over a fixed monthly window? Returns bounded/paginated holdings in integer USD millions, exact month, primary/comparison-series identity, raw-asset line references, snapshot vintage, hashes, and methodology caveats. Primary values are returned by default; set include_comparison_series only to inspect duplicate benchmark-break comparison columns.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMaximum observations. Default 24.
holderYesExact MFH holder id or unambiguous published label. Use treasury_tic_find_holders first if unsure.
offsetNoObservations to skip. Default 0.
end_monthNoExact calendar month in YYYY-MM format.
start_monthNoExact calendar month in YYYY-MM format.
response_formatNoHuman-readable markdown or machine-readable JSON. Default markdown.
include_comparison_seriesNoInclude separately preserved prior-series comparison values at historical breaks. Default false.

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

A3.7/5.0
Behavior4/5

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

Annotations already declare readOnlyHint, idempotentHint, openWorldHint, and non-destructive behavior, so the safety profile is covered. The description adds real behavioral context beyond that: bounded/paginated output, integer USD millions, exact-month alignment, snapshot vintage, hashes, and methodology caveats, plus a clear default-vs-opt-in rule for comparison series.

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 scope, followed by a compact list of returned fields and a clear default-behavior sentence. The middle sentence is dense with a comma list but every item earns its place by describing the return payload; only the question framing is mildly indirect.

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?

With no output schema, the description carries the burden of describing return values and does so (holdings units, month, series identity, line references, vintage, hashes, caveats). Combined with full schema coverage and rich annotations, an agent has enough to invoke it correctly, though the absence of explicit sibling routing keeps it from being fully complete.

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

Parameters3/5

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

Schema description coverage is 100%, so the schema already documents all seven parameters including the enum and the include_comparison_series default. The description reinforces the comparison-series semantics ('duplicate benchmark-break comparison columns') but adds little to the pagination or date parameters beyond what the schema states, so this sits at the baseline.

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 names a specific verb+resource ('holder's U.S. Treasury holdings change over a fixed monthly window') and scopes it to 'one publisher-listed major foreign holder,' which implicitly separates it from the sibling tools that compare or rank multiple holders. It stops just short of explicitly naming those alternatives, so sibling differentiation is inferable rather than stated.

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 implied by the 'one holder' framing and the guidance on include_comparison_series, but the description never states when to pick this tool over treasury_tic_compare_holders or treasury_tic_rank_holders. The helpful 'Use treasury_tic_find_holders first if unsure' hint lives in the holder parameter's schema, not the description, so tool-selection guidance is only partially present.

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.