close_month
Close a billing month so no further time can be logged or edited in it. Call once with no token to preview; re-call with the returned confirm_token and an idempotency_key to commit. Reversible only by reopening the month.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| year | Yes | Calendar year of the month to close (e.g. 2026). | |
| month | Yes | Calendar month to close (1-12). | |
| confirm_token | No | Token returned by the preview (call this tool once with no token to get it). Required to commit; expires in ~10 minutes. | |
| idempotency_key | No | Required when committing (confirm_token present): retrying with the same key returns the original result instead of acting twice. |