search_items
Find dishes matching a query across food delivery apps, filter by price, rating, and delivery options to compare and choose the best option.
Instructions
Searches for dishes matching the query (e.g. 'pizza margherita').
Parameters: query - text query address - an address or "lat,lon" (or provide latitude+longitude) max_price_cents - maximum price in cents (e.g. 5000 = 50 PLN) min_rating - minimum restaurant rating (0-10) free_delivery - True = restaurants with free delivery only sort - "price" | "price_desc" | "rating" apps - list of apps limit - maximum number of results
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| apps | No | ||
| sort | No | price | |
| limit | No | ||
| query | Yes | ||
| address | No | ||
| latitude | No | ||
| longitude | No | ||
| min_rating | No | ||
| free_delivery | No | ||
| max_price_cents | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||