cache_categories
Cache all categories for a specified YNAB budget ID to streamline access and enhance data retrieval within the MCP YNAB Server.
Instructions
Cache all categories for a given YNAB budget ID.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
budget_id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"budget_id": {
"title": "Budget Id",
"type": "string"
}
},
"required": [
"budget_id"
],
"title": "cache_categoriesArguments",
"type": "object"
}