listProducts
ActiveTool of ai.shawndurrani/mcp-merchant
declared in 0.1.3
List products with optional query and pagination (empty query allowed)
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"properties": {
"page": {
"type": "integer",
"exclusiveMinimum": 0
},
"query": {
"type": "string",
"maxLength": 120
},
"pageSize": {
"type": "integer",
"maximum": 20,
"exclusiveMinimum": 0
}
},
"additionalProperties": false
}Parent server
ai.shawndurrani/mcp-merchant
1/7 registries