search_stores
Find hardware stores in Spain by name, address, or location, or browse the full store catalog to locate shops for instant pick-up.
Instructions
Search or list stores in the Partle marketplace.
Use this when the user asks store-led questions ("what hardware shops
are in Madrid?") rather than product-led ones (use search_products
for that). Pass no query to browse the whole catalog.
Read-only. No authentication. Rate-limited to 100 requests/hour per IP.
Args: query: Free-text search over store name and address. Omit to list all stores in default order. limit: Maximum results (1–50, default 20).
Returns:
{"result": [Store, …]}. Each store includes id, name,
address, country, lat/lon (when geocoded), homepage, and
type. Pass id to search_products(store_id=…) to filter the
product catalog by that store.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | No | ||
| limit | No |