cve_database_status
Verify CVE database freshness by retrieving last update timestamp and total CVE count. Supports compliance and data quality assurance.
Instructions
Get information about the CVE database status and last update time.
This tool provides metadata about the CVE database including when it was last updated and how many CVEs it contains. Useful for determining data freshness and database health.
What this tool provides:
Last database update timestamp
Total CVE count in database
Database version information
Data source information
Common Use Cases:
Verify data freshness
Check database health
Compliance documentation
Data quality assurance
Integration monitoring
Returns: JSON string containing database metadata: - Last update timestamp (ISO 8601 format) - Total number of CVEs - Database version - Data sources
Notes: - Database typically updates multiple times daily - Sources include NVD, vendor advisories, and community feeds - No API key required
Raises: CVEClientError: If there's an error communicating with the API.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |