update_label
Update an existing label's name or color. Supports partial updates and requires user confirmation before execution.
Instructions
Use this when the user wants to modify an existing label. Supports partial updates. Ask the user to confirm changes before executing. Do NOT use this for creating new labels (use create_label) or annotations (use update_annotation).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | The name of the label. Must be non-empty if provided, or null to clear. | |
| color | No | The color of the label. Accepted values: blue, skyBlue, teal, mint, lime, softYellow, apricot, lavender, purple, rosePink, slateGrey, or null to clear. | |
| id | Yes | The ID of the label to update (required). |