list_labels
List all repository labels with names, colors, and descriptions to discover valid label values before filtering issues.
Instructions
List all labels defined in the repository, with names, colors and descriptions. Use this to discover valid label values before filtering with list_issues.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | 1-based page number. | |
| limit | No | Maximum labels in this page. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo | Yes | ||
| count | No | Number of items in this page, not the total available. | |
| items | No | ||
| notes | No | ||
| backend | Yes | ||
| has_more | No | ||
| next_page | No | ||
| fetched_at | Yes |