Create a cost centre
create_cost_centreCreate one cost centre for an entity after showing the user the exact name, kind, parent, effective date, and reason. This is one explicit centre at a time; there is no apply-all shortcut. After creating it, call list_cost_centres again and explain which mapping suggestions can now use it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| code | No | Optional short code. | |
| name | Yes | The cost-centre name to create. | |
| reason | Yes | Why the user asked for this centre. | |
| client_id | Yes | The entity (client) id — from list_clients. | |
| centre_kind | No | Operating or shared-support centre; defaults to operating. | |
| description | No | Optional plain-language description. | |
| effective_from | No | Date from which this centre applies; defaults to the start of the entity data. | |
| parent_cost_centre_id | No | Optional existing parent cost-centre id. |