list_providers
Find healthcare providers in your practice by name or specialty to support clinical workflows and patient care coordination.
Instructions
List all healthcare providers in the practice
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of results | |
| name | No | Filter by provider name | |
| specialty | No | Filter by specialty |
Input Schema (JSON Schema)
{
"properties": {
"limit": {
"default": 50,
"description": "Maximum number of results",
"type": "number"
},
"name": {
"description": "Filter by provider name",
"type": "string"
},
"specialty": {
"description": "Filter by specialty",
"type": "string"
}
},
"required": [],
"type": "object"
}