manage_category
Create, update, or delete Lunch Money categories to structure transactions and maintain accurate budgets and reports.
Instructions
Create, update, or delete a Lunch Money category.
action="create": Provide name (required). Optionally set description, is_income, exclude_from_budget, exclude_from_totals, is_group, group_id. action="update": Provide id and any fields to change (name, description, is_income, exclude_from_budget, exclude_from_totals, archived, group_id). action="delete": Provide id. Use force=true to delete even if the category has dependent transactions/rules.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | Category ID (required for update/delete) | |
| name | No | Category name (required for create) | |
| force | No | Force delete even with dependencies | |
| action | Yes | The operation to perform | |
| archived | No | Archive/unarchive (update only) | |
| group_id | No | Parent group ID | |
| is_group | No | Create as category group (create only) | |
| is_income | No | Mark as income category | |
| description | No | Category description | |
| exclude_from_budget | No | Exclude from budget | |
| exclude_from_totals | No | Exclude from totals |