Get card metrics
kanbanzone_get_card_metricsFetch time-in-column and cycle/lead-time metrics for a card. Returns data in markdown or JSON format.
Instructions
Fetch time-in-column and cycle/lead-time metrics for a card.
Args:
id (string, required): card ObjectId.
board (string, optional): board publicId — required for mirror cards.
response_format ("markdown" | "json").
Examples:
"How long has card 670... been in each column?"
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| board | No | ||
| response_format | No | Output format. 'markdown' (default) is human-readable; 'json' is the raw structured payload. | markdown |