get_indian_events
Find upcoming Indian-American community events (festivals, garba, concerts, puja).
Provide a point (`lat`+`lng`, optional `radius_miles`) or `city`/`state`. Filter by
`category` ("festival", "garba", "concert", "puja", …) or `tag` ("diwali", "holi", …).
Returns UPCOMING events by default (soonest first); set `include_past=true` for history.
Each event has `start_at`/`end_at`, venue, category and a description. Use `offset` to page
(the response's `has_more` says whether another page exists).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lat | No | ||
| lng | No | ||
| tag | No | ||
| city | No | ||
| limit | No | ||
| state | No | ||
| offset | No | ||
| category | No | ||
| include_past | No | ||
| radius_miles | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||