search_restaurants_by_text
Free-text search over restaurant name/cuisine/region, ranked by relevance.
Optionally constrain to a `city`/`state`. Featured listings are surfaced first. Use `offset`
to page further (the response's `has_more` says whether another page exists).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| city | No | ||
| limit | No | ||
| query | Yes | ||
| state | No | ||
| offset | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||