get_product
Retrieve end-of-life dates and support cycles for software products to plan upgrades and maintain security compliance.
Instructions
Get comprehensive end-of-life information for a specific software product. Returns all release cycles, support dates, and EOL status. Perfect for answering questions like 'When does Python 3.8 reach end-of-life?' or 'What Ubuntu versions are still supported?'
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| product | Yes | The product identifier exactly as it appears in the endoflife.date database. Common examples: 'python', 'nodejs', 'ubuntu', 'windows', 'mysql', 'postgresql', 'kubernetes', 'docker'. Use list_products first if you're unsure of the exact identifier. |