list_patients_above_age
Find patients older than a specified age threshold. Returns a formatted list of matching patients or a message when none match.
Instructions
List all patients whose age is strictly greater than the given value.
Args: age: The age threshold. Returns patients older than this number.
Returns: A formatted list of matching patients, or a message if none match.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| age | Yes |