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.
List repositories owned by a GitHub organization
| Field | Value |
|---|---|
| Name | github__list_org_repos |
| Group | Integrations |
{
"type": "object",
"properties": {
"org": {
"type": "string",
"description": "GitHub organization name"
},
"type": {
"type": "string",
"description": "Repository type: all, public, private, forks, sources, or member"
},
"sort": {
"type": "string",
"description": "Sort by created, updated, pushed, or full_name"
},
"direction": {
"type": "string",
"description": "Sort direction: asc or desc"
},
"per_page": {
"type": "number",
"description": "Results per page (max 100)"
},
"page": {
"type": "number",
"description": "Page number for pagination"
}
},
"required": [
"org"
],
"description": "Input schema for the github__list_org_repos tool."
}