list_projects
Retrieve a filtered list of Dependency-Track projects with vulnerability counts. Supports name search, active-only toggle, and pagination.
Instructions
List Dependency-Track projects.
List projects in the Dependency-Track instance, optionally filtered by a substring of the project name. Returns normalized projects with per-severity vulnerability counts. Read-only.
Args: name_filter: Case-insensitive substring on project name. active_only: If true, exclude projects marked inactive in DT. page: 1-based page number. page_size: Items per page (max 500).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name_filter | No | ||
| active_only | No | ||
| page | No | ||
| page_size | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||