list_labels
Retrieve all GitHub labels for a project to organize and manage tasks efficiently. Use this tool within the mcp-github-project-manager server to streamline label tracking and project workflows.
Instructions
List all GitHub labels
Input Schema
Name | Required | Description | Default |
---|---|---|---|
limit | No |
Input Schema (JSON Schema)
{
"properties": {
"limit": {
"type": "string"
}
},
"required": [],
"type": "object"
}