list_memory_blocks
Retrieve and manage memory blocks in the Letta system with optional filters, pagination, and agent-specific queries for efficient memory block navigation.
Instructions
List all memory blocks available in the Letta system
Input Schema
Name | Required | Description | Default |
---|---|---|---|
agent_id | No | Optional agent ID to list blocks for a specific agent | |
filter | No | Optional filter to search for specific blocks by name or content | |
page | No | Page number for pagination (starts at 1) | |
pageSize | No | Number of blocks per page (1-100, default: 10) |