rappi_list_stores
List stores for delivery by category (market, restaurant, pharmacy, liquor, express). Filter by name and limit. Returns store IDs for product search and cart.
Instructions
List stores available for delivery, filtered by category.
Args: category: Store category to list. Common values: "market" — supermarkets (default) "restaurant" — restaurants "farma" — pharmacies "licores" — liquor stores "express-big" — express / convenience stores Any other Rappi store_type slug is also accepted. query: Optional name filter (case-insensitive). limit: Max results to return (default 50).
Returns a list of stores with store_id, name, store_type, lat, lng. Use store_id with rappi_search_products and store_type with cart tools.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| category | No | market | |
| query | No | ||
| limit | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |