Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
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
github__list_org_repos
{ "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." }