list_lab_results
Retrieve lab and biomarker results within a date range to review health history, track blood work trends, or locate a result ID for updates. Filter by panel or marker name when needed.
Instructions
List lab/biomarker results within a date range, including each result's ID. update_lab_result and delete_lab_result can resolve a result on their own from date (+ optional marker or panel_name), so this is no longer required before either — use it to review lab history, answer questions about blood work trends or specific marker values over time, or get an id after an ambiguous update_lab_result/delete_lab_result match. Optionally filter by panel or marker name.
INFER — do not ask:
start_date: default to 365 days ago (labs are infrequent)
end_date: default to today
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end_date | No | End of date range. Format: YYYY-MM-DD. Default: today. | |
| panel_name | No | Optional — filter to a specific panel (e.g. "Lipid Panel"). | |
| start_date | No | Start of date range. Format: YYYY-MM-DD. Default: 365 days ago. | |
| marker_name | No | Optional — filter to a specific marker (e.g. "LDL Cholesterol"). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes | Human-readable result text returned by the tool. |