list_stores
List all active ecommerce stores connected to the Vistoya catalog, including product counts and sync status.
Parameters
None. This tool takes no parameters.
Response
[
{
"store_id": "665a1e...",
"name": "Reformation",
"domain": "thereformation.com",
"productCount": 847,
"lastSynced": "2026-03-24T18:30:00.000Z"
},
{
"store_id": "665a1e...",
"name": "Grenson",
"domain": "grenson.com",
"productCount": 213,
"lastSynced": "2026-03-24T12:00:00.000Z"
}
]
Response fields
| Field | Description |
|---|---|
store_id | Store ID — use this with store_id filters in other tools |
productCount | Number of active products from this store |
lastSynced | When the store's catalog was last synchronized |
Example
{
"name": "list_stores",
"arguments": {}
}
When to use
Use list_stores when the user asks what brands or stores are available, or when you need a store_id to filter search results to a specific retailer.