get_prompt_label
Retrieve a label's full definition, including scope, color, and status, using its unique label ID.
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 |