Skip to main content
Glama
brianprost

EndOfLife MCP Server

by brianprost

get_product

Retrieve end-of-life dates and support timelines 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
NameRequiredDescriptionDefault
productYesThe 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.
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations provided, the description carries the full burden of behavioral disclosure. It effectively describes what the tool returns ('all release cycles, support dates, and EOL status') and implies it's a read-only operation through the verb 'Get', but does not mention potential limitations like rate limits, authentication needs, or error handling.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is appropriately sized and front-loaded, with the first sentence stating the core purpose and the second providing usage examples. Every sentence adds value without redundancy, making it efficient and well-structured.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool's moderate complexity (single parameter, no output schema, no annotations), the description is largely complete—it explains what the tool does and provides usage examples. However, it could improve by briefly mentioning the return format or data structure, as there's no output schema to clarify this.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The input schema has 100% description coverage, so the schema already documents the single parameter thoroughly. The description does not add any additional parameter semantics beyond what's in the schema, maintaining the baseline score of 3 for high schema coverage.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool's purpose with specific verbs ('Get comprehensive end-of-life information') and resource ('for a specific software product'), distinguishing it from siblings like list_products or get_category_products by focusing on detailed product-level data rather than listing or categorical operations.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides clear context for when to use this tool through concrete examples ('When does Python 3.8 reach end-of-life?' or 'What Ubuntu versions are still supported?'), but does not explicitly state when not to use it or name specific alternatives among the sibling tools.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/brianprost/endoflife-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server