get_budget_program
Retrieve budget program details using its unique identifier to access spending limits, categories, and allocation information for financial planning and tracking.
Instructions
Get a budget program by ID (read-only). Example: {"id":"bp_123"}
Input Schema
Name | Required | Description | Default |
---|---|---|---|
id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"id": {
"type": "string"
}
},
"required": [
"id"
],
"type": "object"
}