tempo_update_account
Update an existing Tempo account by key while preserving unspecified fields. Reads current account, merges changes, and confirms before applying to prevent overwrites.
Instructions
Update an existing Tempo account by its key. Supply only the fields to change. Fields you omit keep their current values: the tool reads the current resource and merges your fields over it (Tempo's PUT replaces the whole resource, so an update built from only the changed fields would wipe the rest). That read runs on every call, so the preview shows the full merged body, and a resource that changes between the preview and the confirmed call is refused rather than overwritten. Asks the user to confirm first: a confirmation prompt where the client supports one; otherwise the first call returns a preview and a confirmToken, and only a repeat call with that token proceeds (see MCP_CONFIRM_MODE).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | Account key to update | |
| name | No | Account name (default: unchanged) | |
| status | No | Account status | |
| categoryKey | No | Account category key | |
| confirmToken | No | ONLY for the two-step confirmation fallback (a client without MCP elicitation). The confirmToken from this same tool's phase-1 "confirmation-required" response, passed back ONLY after the user has seen that preview and explicitly approved it in chat — never on the first call, never invented, never reused. Call again with the same arguments. Ignored when the client supports elicitation. | |
| leadAccountId | No | Atlassian account id of the account lead | |
| monthlyBudget | No | Monthly budget in seconds | |
| contactAccountId | No | Atlassian account id of the contact person | |
| externalContactName | No | Name of external contact |