search_patients_by_name
Search for patients by name with partial or full matches. Case-insensitive lookup returns a formatted list of patients whose names contain the provided text.
Instructions
Search for patients whose name contains the given text. The search is case-insensitive and supports partial matches.
Args: name: Full or partial patient name to search for (e.g. "john", "Smith").
Returns: A formatted list of matching patients.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes |