Execute YNAB Tool
ynab_tool_executeExecute read-only YNAB tools by name with optional JSON input. Query transactions, categories, payees, or other budget data.
Instructions
Execute an existing read-only YNAB MCP tool by name. Use ynab_tool_index first to discover YNAB tool names, then pass the selected tool_name and its JSON input. Write-capable tools must be called directly or through ynab_write_tool_execute when YNAB_ALLOW_WRITES=1.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| input | No | JSON input for the selected YNAB tool. Omit or pass an empty object for tools that take no input. | |
| tool_name | Yes | Existing read-only YNAB tool name, such as review_unapproved, get_transactions, list_categories, search_categories, or search_payees. |