get_categories
Retrieve and format all transaction categories for a specified YNAB budget in Markdown, enabling organized financial tracking and analysis with the MCP YNAB Server.
Instructions
List all transaction categories for a given YNAB budget in Markdown format.
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": "get_categoriesArguments",
"type": "object"
}