create_label
Create a new label for cloud resources by providing a name and color to categorize and organize them.
Instructions
Use this when the user wants to create a new resource label. Ask the user to confirm the label details before executing. Do NOT use this for viewing existing labels (use list_labels) or annotations (use create_annotation).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | The name of the label (required, non-empty). | |
| color | Yes | The color of the label (required). Accepted values: blue, skyBlue, teal, mint, lime, softYellow, apricot, lavender, purple, rosePink, slateGrey. |