github_followers
ActiveTool of io.github.CDCStream/captapi
declared in 0.1.0
List GitHub followers, with cursor pagination (nextCursor + hasMore). Costs ~12 credits; cached results are free, failures are never charged.
Parameters schema
{
"type": "object",
"required": [
"username"
],
"properties": {
"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."
},
"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."
},
"username": {
"type": "string",
"description": "GitHub username or profile URL."
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
io.github.CDCStream/captapi
https://github.com/CDCStream/captapi
1/7 registries