update_prompt_label
Update a prompt label's name, description, or color code. Changes apply instantly to all versions tagged with that label. Use list_prompt_labels to find the label_id first.
Instructions
Update a prompt label's name, description, or color only, unlike update_prompt_version which changes which label a version carries. This takes effect immediately for all versions already tagged with the label, but does not reassign labels or touch history; use list_prompt_labels to find the label_id first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| label_id | Yes | Label ID to update | |
| name | No | New name for the label | |
| description | No | New description | |
| color_code | No | New hex color code (e.g., '#FF5733') |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | Whether the tool call succeeded and returned structured data | |
| data | No | Structured success payload when ok is true | |
| error | No | Structured error payload when ok is false |