get_prompt_label
Retrieve a label's complete definition including scope, color, and status using its ID. Use this when you need detailed information for a specific label.
Instructions
Fetch one label's full definition, including scope, color, and status. Use this when you already know the label_id; list_prompt_labels is better for browsing candidates.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| label_id | Yes | Label ID to retrieve | |
| organisation_id | No | Organisation ID for filtering | |
| workspace_id | No | Workspace ID for filtering |
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 |