get_label
Retrieve details of a specific label using its ID or partial name. Find labels quickly without listing all labels.
Instructions
Use this when the user wants to view details of a specific label. Accepts either the label ID or a partial name (case-insensitive). Do NOT use this for listing all labels (use list_labels) or annotations (use list_annotations).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | The ID of the label to retrieve. | |
| name | No | Partial name match (case-insensitive). Used to find the label when ID is unknown. |