Get pull requests for a repository
github:list-prs
{ "type": "object", "properties": { "owner": { "type": "string", "description": "Repository owner" }, "repo": { "type": "string", "description": "Repository name" }, "state": { "type": "string", "description": "State: open, closed, all" }, "per_page": { "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-prs tool." }