list_products
ActiveTool of FavCRM
declared in 1.0.0
List shop products with optional filters by name, status, or category.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"properties": {
"limit": {
"type": "number",
"description": "Max results (default 20)"
},
"search": {
"type": "string",
"description": "Search by product name"
},
"status": {
"enum": [
"DRAFT",
"ACTIVE",
"ARCHIVED"
],
"type": "string",
"description": "Filter by status"
},
"categoryId": {
"type": "number",
"description": "Filter by category ID"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
FavCRM
https://github.com/favcrm/mcp
1/7 registries