set_preferred_budget_id
Set your preferred YNAB budget ID on the MCP YNAB Server to streamline access and manage financial data efficiently.
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"
}