ynab_get_default_budget
Returns the configured default budget ID and a boolean indicating if a default exists.
Instructions
Get the currently configured default budget ID.
Args:
response_format (string, optional): "json" or "markdown" (default: "markdown").
Returns: default_budget_id (null if not set), has_default.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| response_format | No | markdown |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| default_budget_id | Yes | ||
| has_default | Yes | ||
| message | Yes |