cache_categories
Store all YNAB categories for a specific budget ID using the Model Context Protocol, enabling efficient access and management of budget data.
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"
}