Skip to main content
Glama

treasury_tic_official_share

Read-onlyIdempotent

What share of total foreign Treasury holdings was reported for foreign official institutions over a fixed monthly window? Joins the MFH Foreign Official memo line to Grand Total, returning bounded/paginated USD-million values and a two-decimal share for each month, plus run id, exact official source hashes, vintage, and methodology caveats. This is a custodial aggregate, not a country allocation or investment signal.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMaximum monthly points. Default 24.
offsetNoMonths 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.

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

A3.9/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, openWorld, non-destructive), yet the description still adds meaningful substance: the source join, bounded/paginated output, two-decimal share, run id, source hashes, vintage, and methodology caveats. It does not disclose auth/rate-limit behavior, which keeps it short of a 5.

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?

Two sentences with no filler, and the defining scope statement is front-loaded. The leading rhetorical question is slightly indirect framing but is not wasteful.

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 return-value burden and does so well, listing USD-million values, the two-decimal share, run id, source hashes, vintage, and caveats. It leaves minor gaps (no explicit pagination default behavior), but an agent has enough to invoke it correctly.

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 all five parameters are already documented. The description only echoes the pagination ('bounded/paginated') and date-window concepts without adding format or constraint detail beyond the schema, so the baseline of 3 applies.

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 names a specific computed metric (foreign official institutions' share of total foreign Treasury holdings), describes its source join (MFH Foreign Official memo line to Grand Total), and explicitly frames it as 'a custodial aggregate, not a country allocation or investment signal,' which cleanly separates it from holder/ranking siblings like treasury_tic_compare_holders and treasury_tic_find_holders.

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 exclusion clause ('not a country allocation or investment signal') tells the agent when NOT to reach for this tool, but no alternative sibling is named and no positive routing condition (e.g., 'use this to track official-sector share over time') is stated.

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.