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" }, "end_user_id": { "type": "string", "description": "End-user ID for per-user OAuth token resolution" } }, "required": [ "owner", "repo" ], "description": "Input schema for the github:list-issues tool." }