search_products
Search marketplace products by name or description.
Args:
query: Search term (e.g. "wireless headphones", "cerrojo").
min_price: Minimum price filter in EUR.
max_price: Maximum price filter in EUR.
tags: Comma-separated tag filter (e.g. "electronics,bluetooth").
sort_by: Sort order — one of "price_desc", "name_asc", "newest", "oldest".
limit: Max results (1-100, default 20).
get_product
Get detailed information about a single product by its ID.
Args:
product_id: The product ID.
search_stores
Search or list stores in the marketplace.
Args:
query: Optional search term to filter stores by name or address.
limit: Max results (1-50, default 20).
get_store
Get detailed information about a single store by its ID.
Args:
store_id: The store ID.
get_stats
Get platform statistics (total products, total stores).