list_labels
Retrieve available labels for a Gitopia repository to apply them to issues. Returns label details including name, color, and description for organizing and categorizing tasks.
Instructions
Use this when you need to see available labels for a repository before applying them to issues. Returns a JSON array of label objects with id, name, color, and description. Requires 'owner' and 'name'. See also: create_label, update_issue.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| owner | Yes | Repository owner (username or DAO name) | |
| name | Yes | Repository name |