get_project_versions
Retrieve all versions of a project by its exact name, sorted with newest first, to select source and target UUIDs for vulnerability comparison and triage operations.
Instructions
List all versions of a project by exact name.
Returns {name, total, versions} where versions are sorted newest
first (semver-aware, lexicographic fallback). Used to pick source /
target UUIDs for diff_findings and carry_over_triage.
Read-only.
Args: name: Exact project name. active_only: Exclude projects marked inactive in DT.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| active_only | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||