read_memory_block
Retrieve full details of a specific memory block by its ID to access stored information in the Letta system.
Instructions
Get full details of a specific memory block by ID. Use list_memory_blocks to find block IDs. After reading, use update_memory_block to modify content.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| block_id | Yes | ID of the memory block to retrieve | |
| agent_id | No | Optional agent ID for authorization |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| name | Yes | ||
| label | Yes | ||
| value | Yes | ||
| metadata | No |