Tool details
Playground
Input schema
input-schema.json
Documentation Index
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
Get list of user’s repositories
| Field | Value |
|---|---|
| Name | github__list_repos |
| Group | Integrations |
{
"type": "object",
"properties": {
"type": {
"type": "string",
"description": "Type: all, owner, public, private, member"
},
"sort": {
"type": "string",
"description": "Sort: created, updated, pushed, full_name"
},
"per_page": {
"type": "number",
"description": "Results per page (max 100)"
},
"page": {
"type": "number",
"description": "Page number for pagination"
}
},
"description": "Input schema for the github__list_repos tool."
}