Get a record by id
get_recordRetrieve a specific health record by table and record ID to ground statements in the actual stored data.
Instructions
Fetch one exact stored row by table + id — the citation primitive.
Search and analysis tools return source_table / source_ids; this resolves one of those to the full row, so a statement can be grounded in the actual data.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user | No | which person; defaults to the primary user. | |
| table | Yes | a health data table (e.g. 'lab_results', 'notes', 'metrics'). | |
| record_id | Yes | the integer id of the row. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||