Skip to main content
Glama
cyntrica

Gov Data MCP

by cyntrica

cftc_cot_tff

Read-only

Retrieve CFTC Traders in Financial Futures data for markets like S&P 500, Treasury bonds, and VIX. Filter by market and report type to analyze positions of major trader categories.

Instructions

Get Traders in Financial Futures (TFF) report data from CFTC. Covers financial futures only: Dealer/Intermediary, Asset Manager/Institutional, Leveraged Funds, Other Reportables. Use for S&P 500, Treasury bonds, Eurodollars, VIX, currency futures.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMax rows (default 100, max 50000)
offsetNoOffset for pagination
market_nameNoFilter by market: 'S&P 500', 'UST 10Y NOTE', 'VIX', 'EURO FX'
futures_onlyNotrue = futures only (default), false = combined futures+options
Behavior4/5

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

The readOnlyHint annotation already declares safety, and the description adds a key behavioral constraint: the report covers financial futures only, which is beyond the annotation. It does not detail pagination or output format, but with annotation coverage and schema, the added scope information is valuable.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Two sentences, no wasted words. The tool's purpose, data scope, and use cases are front-loaded. Every phrase earns its place.

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?

For a simple read-only tool with 4 fully documented parameters and no output schema, the description covers purpose, scope, and usage examples. It does not explain return structure, but that is not required given the simplicity and annotation coverage.

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 description coverage is 100%, so baseline is 3. The description adds meaning by explaining the report categories (Dealer/Intermediary, etc.) and listing example market names (S&P 500, Treasury bonds, VIX) that map to the market_name parameter, going beyond 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 starts with a specific verb+resource: 'Get Traders in Financial Futures (TFF) report data from CFTC.' It clearly distinguishes from sibling CFTC tools by stating 'Covers financial futures only' and listing the report categories, making the tool's scope unambiguous.

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?

It provides explicit usage context: 'Use for S&P 500, Treasury bonds, Eurodollars, VIX, currency futures.' It implies exclusion of non-financial futures via 'Covers financial futures only,' but does not explicitly name alternative tools for those cases.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/cyntrica/gov-data-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server