EOL MCP Server

by ducthinh993
Verified

get_all_details

Get comprehensive lifecycle details for all versions of a product

Input Schema

NameRequiredDescriptionDefault
productYesSoftware product name (e.g., python, nodejs)

Input Schema (JSON Schema)

{ "properties": { "product": { "description": "Software product name (e.g., python, nodejs)", "examples": [ "python", "nodejs" ], "type": "string" } }, "required": [ "product" ], "type": "object" }