Call Safe USAspending Endpoint
usaspending_call_endpointAccess any documented read-only USAspending v2 endpoint not covered by purpose-built tools. Supports GET and POST requests with query filters, returning markdown or JSON.
Instructions
Call a documented read-only USAspending v2 endpoint that is not covered by a purpose-built tool. Blocks download and bulk_download paths. Use only with official /api/v2/ endpoints.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| method | No | GET | |
| endpoint_path | Yes | ||
| body | No | Raw USAspending API JSON object. Use official field names from the endpoint docs. | |
| query | No | ||
| response_format | No | Output format: markdown for readable summaries, json for raw structured data. | markdown |