Skip to main content
Read memories for a patient. Optionally search by query, or list all up to limit.

Parameters

ParameterRequiredTypeDescription
patient_idYesstringPatient user ID
queryNostringOptional search query; if omitted, list all memories
limitNointegerMaximum 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"
  }
]