list_releases_tool
Retrieve paginated lists of releases from a GitLab project, with options to sort and order results.
Instructions
List releases for a GitLab project.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number (default: 1) | |
| sort | No | Sort direction (asc, desc) | desc |
| order_by | No | Order by field (released_at, created_at) | released_at |
| per_page | No | Results per page, max 100 (default: 20) | |
| project_id | Yes | Project ID or path |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||