update_allocation
Modify an existing cost allocation by updating its name, description, or rules. Confirm changes before executing.
Instructions
Use this when the user wants to modify an existing cost allocation. Ask the user to confirm changes before executing. Do NOT use this for creating new allocations (use create_allocation) or viewing allocations (use list_allocations).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The ID of the allocation to update | |
| name | No | Human-readable name of the allocation | |
| description | No | Description of the allocation's purpose | |
| rule | No | A single allocation rule that defines one grouping. Provide this for a single-rule allocation. Mutually exclusive with 'rules' | |
| rules | No | Ordered list of allocation rules for a group allocation. Must include at least two rules. Mutually exclusive with 'rule' | |
| unallocatedCosts | No | Custom label for values that do not fit into any allocation rule (required when using 'rules' for group allocations) |