github_list_repos
List GitHub repositories for an authenticated user, a specific user, or an organization. Filter by visibility, sort results, and control the number returned to find the repositories you need.
Instructions
List repositories for the authenticated user or a specific user/org.
Args: owner: Username or org name (empty = authenticated user's repos) repo_type: Filter — 'all', 'owner', 'public', 'private', 'member' (default: all) sort: Sort by — 'updated', 'created', 'pushed', 'full_name' (default: updated) max_results: Maximum number of repos to return (default: 30) session_name: GitHub session to use
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sort | No | updated | |
| owner | No | ||
| repo_type | No | all | |
| max_results | No | ||
| session_name | No | default |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |