get_prompt_label
Retrieve complete prompt label details by label ID, including scope, color, and status. Use when you know the ID instead of browsing candidates.
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 |