Skip to main content
Glama

Letta MCP Server

by oculairmedia

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

NameRequiredDescriptionDefault
agent_idNoOptional agent ID to list blocks for a specific agent
filterNoOptional filter to search for specific blocks by name or content
pageNoPage number for pagination (starts at 1)
pageSizeNoNumber of blocks per page (1-100, default: 10)

Input Schema (JSON Schema)

{ "properties": { "agent_id": { "description": "Optional agent ID to list blocks for a specific agent", "type": "string" }, "filter": { "description": "Optional filter to search for specific blocks by name or content", "type": "string" }, "page": { "description": "Page number for pagination (starts at 1)", "type": "number" }, "pageSize": { "description": "Number of blocks per page (1-100, default: 10)", "type": "number" } }, "required": [], "type": "object" }

You must be authenticated.

Other Tools from Letta MCP Server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/oculairmedia/Letta-MCP-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server