memory.read
Retrieve a memory by its unique identifier from canonical storage, giving AI agents access to durable project knowledge on demand.
Instructions
Read a memory from canonical storage by its identifier.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| memory_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| scope | Yes | ||
| title | Yes | ||
| status | Yes | ||
| content | Yes | ||
| memory_type | Yes | ||
| sensitivity | Yes |