github_list_org_repos
List repositories belonging to a specific GitHub organization, with options to filter by type, sort by criteria, and limit the number of results.
Instructions
List repositories for an organization.
Args: org: Organization name repo_type: Filter — 'all', 'public', 'private', 'forks', 'sources' (default: all) sort: Sort by — 'updated', 'created', 'pushed', 'full_name' max_results: Maximum repos (default: 30) session_name: GitHub session to use
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| org | Yes | ||
| sort | No | updated | |
| repo_type | No | all | |
| max_results | No | ||
| session_name | No | default |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |