list_products
ActiveTool of KaiCalls
declared in 1.0.0
List a business's agent product catalog. Mirrors GET /api/v1/products.
Parameters schema
{
"type": "object",
"properties": {
"query": {
"type": "string",
"description": "Free-text search over name/description (optional)."
},
"category": {
"type": "string",
"description": "Filter by category (optional)."
},
"inventory": {
"type": "boolean",
"description": "Include current inventory quantity per product (optional)."
},
"business_id": {
"type": "string",
"description": "Business ID (optional only when the token can access exactly one business)."
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
KaiCalls
https://github.com/cgallic/kai_calls
1/7 registries