Government Spending Tools
Three tools for tracking DOGE (Department of Government Efficiency) spending cuts and savings.
get_doge_contract_cuts
Section titled “get_doge_contract_cuts”Get DOGE contract terminations including cancelled contracts, claimed savings, and affected agencies.
| Parameter | Type | Required | Description |
|---|---|---|---|
agency | string | No | Filter by agency name |
limit | number | No | Results (default 20, max 50) |
sort_by | string | No | savings or date (default: savings) |
Example prompt: “Show me the largest DOGE contract cuts”
get_doge_grant_cuts
Section titled “get_doge_grant_cuts”Get DOGE grant terminations including cancelled grants, claimed savings, and affected programs.
| Parameter | Type | Required | Description |
|---|---|---|---|
agency | string | No | Filter by agency name |
limit | number | No | Results (default 20, max 50) |
Example prompt: “What grants has DOGE terminated at the Department of Education?“
get_doge_savings_summary
Section titled “get_doge_savings_summary”Get a summary of total DOGE savings across contracts, grants, and leases. Aggregates data from all DOGE endpoints.
| Parameter | Type | Required | Description |
|---|---|---|---|
| (none) | — | — | Fetches and aggregates all categories |
Example prompt: “How much has DOGE saved in total?”