Get federal grant opportunities (Grants.gov)
get_grantsFederal grant funding opportunities from Grants.gov, normalized into flat JSON. Each carries the opportunity id and number, title, agency, status, open and close dates, the Assistance Listing (CFDA) numbers, and the grants.gov link. Defaults to open opportunities (posted + forecasted). Completes the gov-funding trio with get_opportunities (contracts) and get_awards (spending).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| aln | No | Assistance Listing (CFDA) number, e.g. '93.217'. | |
| limit | No | Records to return, 1-100 (default 20). | |
| agency | No | Agency code filter, e.g. 'HHS-OPHS'. | |
| offset | No | Start record number (default 0). | |
| status | No | Pipe/comma list of forecasted, posted, closed, archived (default posted|forecasted). | |
| keyword | No | Full-text keyword filter. | |
| category | No | Funding category code, e.g. 'HL' (health). |