get_subsidy_detail
Retrieve detailed information about a specific subsidy using its unique ID. Access comprehensive data for accurate insights and decision-making.
Instructions
Get detailed information about a specific subsidy. Use the subsidy ID, not the title.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
subsidy_id | Yes | Subsidy ID |
Input Schema (JSON Schema)
{
"properties": {
"subsidy_id": {
"description": "Subsidy ID",
"type": "string"
}
},
"required": [
"subsidy_id"
],
"type": "object"
}