Skip to main content
Glama
Kranny36

eosl-mcp

search_models

Search hardware product families by vendor, product line, or series name to retrieve end-of-life status, EOSL window, and the vendor's official bulletin URL.

Instructions

Search tracked product families by vendor, product line, or series name (case-insensitive substring, e.g. "nexus 9300"). Returns up to 10 families with status, EOSL window, and page URL. Use get_family with a returned slug for the full record.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryYesSearch text, 1-120 characters.
Behavior4/5

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

With no annotations, the description carries the burden and discloses key behaviors: case-insensitive substring matching, limit of 10 results, and returned fields (status, EOSL window, page URL). It does not mention sorting or error behavior, but for a search tool this is adequate context.

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 two sentences, front-loaded with purpose and an example, with no redundant text. The guidance to get_family is smoothly integrated. Every sentence earns its place.

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?

For a simple one-parameter search tool with no output schema, the description covers input semantics, output shape (fields and limit), and subsequent step. It is self-sufficient for an agent to select and invoke the tool correctly.

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

Parameters4/5

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

Schema has 100% coverage describing query as 'Search text, 1-120 characters.' The description adds meaningful semantics: case-insensitive substring behavior and an example, enriching beyond the schema's basic type/length info. This warrants a score above the baseline of 3.

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 searches tracked product families by vendor, product line, or series name, using a case-insensitive substring. It provides a concrete example and distinguishes from get_family by noting that get_family is for full records. This is a specific verb+resource with clear scope.

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 gives explicit guidance: use get_family with a returned slug for the full record. This implies search is for initial discovery and get_family for detail. However, it does not explicitly discuss when to use other sibling tools like lookup_part or bulk_check, but the context is clear enough for the primary workflow.

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