Read memories for a patient. Optionally search by query, or list all up to limit.
Parameters
| Parameter | Required | Type | Description |
|---|
patient_id | Yes | string | Patient user ID |
query | No | string | Optional search query; if omitted, list all memories |
limit | No | integer | Maximum number of memories to return (default: 100) |
read_memories is not versioned and ignores the date_from / date_to
window arguments accepted by other tools.
Example output
Illustrative:
[
{
"content": "Patient prefers scheduling visits in the morning.",
"category": "preferences"
},
{
"content": "Discussed GI side effects with care team last week.",
"category": "symptom_context"
}
]