Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
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
github__list_issues
{ "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" } }, "required": [ "owner", "repo" ], "description": "Input schema for the github__list_issues tool." }