Ca Grants By Agency
ca_grants_by_agencyList the grant opportunities administered by a given California state department, agency, commission, or conservancy, matching the agency name as a forgiving case-insensitive substring so partial names like "Water Resources" or "Recycling" work. Returns the matched official agency names, a count breakdown by status, and the grant records with title, categories, eligible applicants, estimated funding, and deadline. Answers "what grants does CalRecycle offer", "grant programs from the California Energy Commission", "Department of Parks and Recreation funding opportunities".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max records to return (default 25, max 100). | |
| agency | Yes | California state department / agency name or fragment, case-insensitive, e.g. "Recycling", "Energy Commission", "Parks and Recreation", "Fish and Wildlife". | |
| offset | No | Number of matching records to skip, for pagination (default 0). | |
| status | No | Which opportunities to include (default "all"; use "active" for only what is open now). |