list_merchants
ActiveTool of io.github.giuseppesocci-bot/kalicart-global
declared in 1.0.0
List WooCommerce merchants participating in the KaliCart Global federated catalog. Returns merchant domain, storefront URL, and product count. Use before global_search to understand catalog coverage.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"properties": {
"limit": {
"type": "integer",
"default": 20,
"maximum": 50,
"minimum": 1,
"description": "Max merchants to return (default 20, max 50), ordered by product count desc. No pagination"
}
},
"additionalProperties": false
}Parent server
io.github.giuseppesocci-bot/kalicart-global
1/7 registries