get-funding-options
Find available grants and funding opportunities with eligibility criteria and application details to support your project financing needs.
Instructions
Retrieve available funding opportunities with detailed information including name and description. Use this tool when users need to explore available grants, funds, or financing opportunities. The results include program names, descriptions, eligibility criteria, and application details.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | Yes | ||
| page | Yes |
Input Schema (JSON Schema)
{
"properties": {
"limit": {
"exclusiveMinimum": 0,
"maximum": 100,
"minimum": 1,
"type": "integer"
},
"page": {
"exclusiveMinimum": 0,
"minimum": 1,
"type": "integer"
}
},
"required": [
"limit",
"page"
],
"type": "object"
}