List repositories with filtering and pagination options.
content-sources__list_repositoriesFind specific Red Hat repositories by applying filters for name, URL, architecture, version, origin, and more. Paginate results to control how many repositories are returned.
Instructions
List repositories with filtering and pagination options.
š¢ CALL IMMEDIATELY - No information gathering required.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | Filter by repository URL (case-insensitive). | |
| arch | No | Filter by architecture (e.g., 'x86_64', 'aarch64'). | |
| name | No | Filter by repository name (case-insensitive). | |
| limit | No | Maximum number of repositories to return (default: 10, maximum: 100). **ALWAYS use the default value of 10 for the first call.** This default is carefully chosen for performance and context management. Only increase this value if the user explicitly asks to see more repositories at once. | |
| offset | No | Number of repositories to skip for pagination (default: 0). | |
| origin | No | Filter by origin (e.g., 'red_hat', 'external'). | |
| enabled | No | Filter by enabled status (True/False). | |
| version | No | Filter by version (e.g., '8', '9'). | |
| content_type | No | Filter by content type (e.g., 'rpm', 'ostree'). | |
| include_gpg_key | No | Include GPG key content in the response (default: False). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |