get_prompt_label
Fetch a label's full definition, including scope, color, and status, using its label ID. Use when you already know the 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 | |
| workspace_id | No | Workspace ID for filtering | |
| organisation_id | No | Organisation 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 |