set_preferred_budget_id
Define your primary YNAB budget ID to streamline account balance checks, transaction data access, and new transaction creation within the MCP YNAB Server.
Instructions
Set the preferred 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": "set_preferred_budget_idArguments",
"type": "object"
}