jfrog_list_repositories
List JFrog repositories with optional filters for type, project, and package type, plus cursor pagination for handling large result sets.
Instructions
List JFrog repositories with optional filters and cursor pagination.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | Optional repository type filter. Valid values: local, remote, virtual, federated, distribution. | |
| limit | No | Maximum number of results to return. Values below 1 are rejected; values above the configured server limit are clamped. | |
| cursor | No | Opaque cursor returned by a previous response. Do not parse or construct cursor values client-side. | |
| project | No | Optional JFrog project key filter. Uses the same allow-list as repository keys. | |
| package_type | No | Optional Artifactory package type filter. Valid values: bower, cargo, chef, cocoapods, composer, conan, cran, debian, docker, gems, generic, gitlfs, go, gradle, helm, ivy, maven, nuget, opkg, p2, pub, puppet, pypi, rpm, sbt, swift, terraform, vagrant, yum. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||