EOL MCP Server

by ducthinh993
Verified

list_products

Browse or search available software products

Input Schema

NameRequiredDescriptionDefault
filterNoOptional search term to filter products

Input Schema (JSON Schema)

{ "properties": { "filter": { "description": "Optional search term to filter products", "examples": [ "python", "linux", "database" ], "type": "string" } }, "type": "object" }