github_pull_requests
ActiveTool of io.github.CDCStream/captapi
declared in 0.1.0
List repository pull requests, with cursor pagination (nextCursor + hasMore). Costs ~12 credits; cached results are free, failures are never charged.
Parameters schema
{
"type": "object",
"required": [
"repo"
],
"properties": {
"repo": {
"type": "string",
"description": "Repository URL or owner/name."
},
"cache": {
"type": "boolean",
"description": "Set true to serve from the 24h response cache. Default false — always fetch fresh data."
},
"limit": {
"type": "integer",
"minimum": 1,
"description": "Max items to return. Default 30, max 100. Billed per result."
},
"state": {
"type": "string",
"description": "open, closed, or all. Default open."
},
"cursor": {
"type": "string",
"description": "Pagination cursor (page number as string). Leave empty for the first page; then pass the nextCursor value returned in the previous response."
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
io.github.CDCStream/captapi
https://github.com/CDCStream/captapi
1/7 registries