Exact SEC Metric Recall
query_sec_metric_exactRetrieve a verified EDGAR financial metric for a specific company and fiscal period. Ensures exact recall with cryptographic provenance, returning a clear refusal when data is unavailable.
Instructions
Exact EDGAR metric recall for company+metric+period. Server-side verified fact with provenance; SAFE_REFUSAL when missing. No LLM math.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| metric | Yes | EDGAR metric, e.g. net income, free cash flow, total revenue, operating cash flow | |
| period | Yes | Fiscal period, e.g. FY2023 | |
| company | Yes | Company ticker or name, e.g. AAPL | |
| low_tokens | No | Optional. When true, returns compact JSON schema. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | List of MCP output blocks containing verified SEC fact payload or SAFE_REFUSAL |