Search doctors by procedure & location
search_doctorsFind doctors by procedure/specialty, optionally filtered by US state and city. Uses NavMDs' pre-computed search index (fast, ranked by rating + review volume). Use this when you have a concrete procedure (e.g. 'rhinoplasty', 'botox', 'tummy tuck'). For open-ended natural-language queries, use semantic_search_doctors instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| city | No | City name, e.g. 'Miami'. | |
| limit | No | Max results (default 20). | |
| state | No | US state name, e.g. 'California' or 'Florida'. | |
| procedure | Yes | Procedure or specialty, e.g. 'rhinoplasty', 'breast augmentation', 'botox'. |