{
"type": "object",
"properties": {
"query": {
"type": "string",
"description": "Search keywords (e.g. \"mesh wifi\", \"gigabit switch\")"
},
"maxResults": {
"type": "integer",
"description": "Max results to return (1-50, default 10)",
"minimum": 1,
"maximum": 50
}
},
"required": [
"query"
]
}{
"type": "object",
"properties": {}
}{
"type": "object",
"properties": {}
}{
"type": "object",
"properties": {
"productId": {
"type": "string",
"description": "Product ID or SKU to add"
},
"quantity": {
"type": "number",
"description": "Quantity to add (default 1)"
}
},
"required": [
"productId"
]
}{
"type": "object",
"properties": {}
}