get_label
Retrieve detailed information about a specific Trello label by ID. Customize the response by selecting specific fields or detail level to get exactly what you need.
Instructions
Retrieve detailed information about a specific label by ID. Use this when you need comprehensive details about a particular label.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fields | No | Specific fields to include in the response. Overrides detailLevel. Use dot notation for nested fields (e.g., 'prefs.permissionLevel') | |
| labelId | Yes | ID of the label to retrieve | |
| detailLevel | No | Response detail level. 'minimal' returns only essential fields, 'standard' returns commonly used fields, 'detailed' returns most fields, 'full' returns all fields (default varies by operation type) |