Get a label
kanbanzone_get_labelRetrieve a specific label from Kanban Zone by its unique ObjectId to get label details in markdown or JSON format.
Instructions
Fetch one label by its ObjectId.
Args:
id (string, required): label ObjectId.
response_format ("markdown" | "json").
Examples:
"Show me label 670aabbccddeeff001122334"
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| response_format | No | Output format. 'markdown' (default) is human-readable; 'json' is the raw structured payload. | markdown |