create_category
Adds a new budget category to an existing category group in YNAB. Use list_categories to find the group name or create_category_group.
Instructions
Creates a new category within an existing category group. Use list_categories first to find the category_group_name, or create one with create_category_group.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | The name of the new category. | |
| budget_id | No | The budget ID, or 'last-used' for the most recently used budget. | last-used |
| category_group_name | Yes | The name of the existing category group this category should belong to (partial match, case-insensitive). |