get_indian_restaurants
Find Indian restaurants by location and/or filters.
Provide either a point (`lat`+`lng`, optionally `radius_miles`) or `city`/`state`.
Optional filters: `region_tag` (e.g. "Gujarati", "South Indian"), `dietary_tags`
(any of "vegetarian", "vegan", "halal", "jain"), `tag` (a keyword/dish like "biryani",
"dosa", "catering"), `open_now` (only places open at the current time), `featured_only`.
Use `offset` (e.g. offset=25 after a limit=25 page) to page further; the response's
`has_more` says whether another page exists.
Each record includes a `description`, `tags`, a `confidence_score` (0-1), an `is_featured`
flag, an `open_now` flag (true/false/null), and `distance_miles` when a point was supplied.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lat | No | ||
| lng | No | ||
| tag | No | ||
| city | No | ||
| limit | No | ||
| state | No | ||
| offset | No | ||
| open_now | No | ||
| region_tag | No | ||
| dietary_tags | No | ||
| radius_miles | No | ||
| featured_only | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||