list-repositories
Retrieve and filter repositories from GitHub Enterprise by owner, type, and sort criteria. Manage repository data and access details programmatically via the GitHub Enterprise MCP Server.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
isOrg | No | Whether it's an organization (true: organization, false: user) | |
owner | Yes | User or organization name | |
page | No | Page number | |
perPage | No | Items per page | |
sort | No | Sort criteria | full_name |
type | No | Repository type filter | all |