list_plans
Retrieve all YNAB budget plans and their IDs. Use this first to identify plan IDs needed for other operations.
Instructions
List all plans in the user's YNAB account. Call this first to get plan IDs.
Args: exclude_fields: Optional list of field names to exclude from each plan. If omitted, the model's default exclude list is used (see FIELDS.md). Pass [] to return all fields. Pass a custom list to override the default.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| exclude_fields | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |