Get Cycle
get_cycleOne release cycle of a product: its latest patch version, release date, LTS/support/EOL dates and whether extended support exists. Use when you already know the major version, e.g. product=nodejs cycle=24. Answers: is Node 18 still supported? What is the newest 24.x patch?
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cycle | Yes | Release cycle / major version, e.g. '24' or '3.12' | |
| product | Yes | Product slug, e.g. 'nodejs' |