Tool details
Playground
Input schema
input-schema.json
Documentation Index
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
List issues for a repository
| Field | Value |
|---|---|
| Name | github__list_issues |
| Group | Integrations |
{
"type": "object",
"properties": {
"owner": {
"type": "string",
"description": "Repository owner"
},
"repo": {
"type": "string",
"description": "Repository name"
},
"states": {
"type": "array",
"items": {
"type": "string",
"description": "One state item supplied to the tool."
},
"description": "Issue states to include (e.g. OPEN, CLOSED)"
},
"first": {
"type": "number",
"description": "Results per page"
},
"after": {
"type": "string",
"description": "Pagination cursor from pageInfo.endCursor"
}
},
"required": [
"owner",
"repo"
],
"description": "Input schema for the github__list_issues tool."
}