Query Certified SEC Facts
query_financial_secQuery certified SEC financial facts with provenance. Returns verified values or a safe refusal instead of invented numbers.
Instructions
Certified SEC fact query. Returns verified values with provenance or SAFE_REFUSAL. Does not invent numbers. Treat SAFE_REFUSAL as success-of-honesty, not a tool failure. Monetary answers default to the filer's reporting currency; request FX conversion via target_currency / usd_only or natural-language 'in USD'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Natural language financial question. Append 'in USD' (or another supported ISO code) to convert foreign reporting currencies after verified recall. | |
| usd_only | No | When true, forces monetary answers into USD. | |
| low_tokens | No | Optional. When true, returns compact ~38-token schema optimized for LLM context windows. | |
| target_currency | No | Optional ISO 4217 code (e.g. USD, EUR) for post-recall FX conversion using audited annual-average rates. Provenance records original_unit, fx_rate, and fx_converted. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | List of MCP output blocks containing verified SEC fact payload or SAFE_REFUSAL |