vulnerability__load_cve_dashboard
Display CVEs across your account or for a specific system in an interactive dashboard with optional filters.
Instructions
Show, list, or display CVEs — account-level or for a specific system — in an interactive dashboard.
PREFER this tool over get_cves and get_system_cves whenever the user wants to see, show, list, or display CVEs, whether for the entire account or for a specific system. Use get_cves or get_system_cves only when you need the raw data for analysis or processing. The dashboard fetches data directly from the server. If system_uuid is provided, it fetches system-level CVEs. Otherwise, it fetches account-level CVEs. All filter parameters are optional.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sort | No | Sort field. Use '-' prefix for descending. | -cvss_score |
| limit | No | Maximum number of CVEs to fetch. | |
| impact | No | Comma-separated impact IDs (7=Critical, 6=High, 5=Important, 4=Moderate). | 7,6,5,4 |
| offset | No | Offset for pagination. | |
| cvss_to | No | Maximum CVSS score filter. | |
| filter_ | No | Full text filter for CVE name or description. | |
| cvss_from | No | Minimum CVSS score filter. | |
| system_uuid | No | System UUID. If provided, fetches CVEs for this system. If empty, fetches account-level CVEs. | |
| known_exploit | No | Filter by known exploit (true, false, or true,false). | true,false |
| advisory_available | No | Filter by advisory availability (true, false, or true,false). | true,false |