Skip to main content
Glama
Kranny36

eosl-mcp

lookup_part

Look up any hardware part number to retrieve its end-of-life status, End-of-Sale and End-of-Service-Life dates, support runway score, and vendor bulletin URL from EOSL.ai data.

Instructions

Look up one hardware part number or model name in the EOSL.ai database (read-only, no auth; for many parts use bulk_check). Returns support status, End-of-Sale and End-of-Service-Life dates, support runway score, and the primary vendor bulletin URL backing the dates. Matching is exact, then punctuation-insensitive, then Fortinet short-SKU aliases (FG-60E -> FortiGate-60E); a model/family name (e.g. "7010TX-48") that matches no SKU returns the family-level record, flagged matchedVia:family-name. Anything else returns found:false rather than a guessed date.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
vendorNoOptional vendor hint, e.g. "Cisco". Restricts the match to that vendor.
part_numberYesVendor part number / SKU, e.g. "WS-C3850-48P-S" or "FG-100F".
Behavior5/5

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

With no annotations, the description fully discloses behavior: read-only, no auth, matching algorithm (exact, punctuation-insensitive, Fortinet aliases), family-name fallback with matchedVia flag, and found:false behavior. No contradictions with annotations since none exist.

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 information-dense but well-organized, front-loading purpose and scope, then return fields, then matching details. Each sentence contributes unique value with no redundancy or fluff.

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

Completeness5/5

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

Given the tool's complexity, the description is remarkably complete: input, output fields, matching behavior, fallback, no-auth requirement, and no-guarantee case. Without an output schema, it sufficiently prepares an agent for invocation and interpretation.

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

Parameters5/5

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

Although schema covers 100% of parameters, the description adds meaning beyond it: vendor restricts match, part_number can be a model name, and matching is exact then fallback. It gives concrete examples (FG-60E, WS-C3850) and explains the vendor hint's role, greatly enhancing schema info.

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 states the tool looks up one hardware part number or model name in the EOSL.ai database, using a specific verb and resource. It clearly distinguishes from siblings by mentioning bulk_check for multiple parts and specifying the matching fallback behavior.

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

Usage Guidelines5/5

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

Explicitly says 'for many parts use bulk_check', an alternative tool. It also describes when a family-name match occurs and that no match returns found:false, giving agents clear conditions for use versus not using the tool.

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/Kranny36/eosl-mcp'

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