EOL MCP Server
by ducthinh993
Verified
list_products
Browse or search available software products
Input Schema
Name | Required | Description | Default |
---|---|---|---|
filter | No | Optional 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"
}
You must be authenticated.