Skip to main content
Glama

Letta MCP Server

by oculairmedia

attach_memory_block

Link a memory block to an agent in the Letta MCP Server by specifying the agent ID, block ID, and an optional label for organization or categorization.

Instructions

Attach a memory block to an agent

Input Schema

NameRequiredDescriptionDefault
agent_idYesThe ID of the agent to attach the memory block to
block_idYesThe ID of the memory block to attach
labelNoOptional label for the memory block (e.g., "persona", "human", "system")

Input Schema (JSON Schema)

{ "properties": { "agent_id": { "description": "The ID of the agent to attach the memory block to", "type": "string" }, "block_id": { "description": "The ID of the memory block to attach", "type": "string" }, "label": { "description": "Optional label for the memory block (e.g., \"persona\", \"human\", \"system\")", "type": "string" } }, "required": [ "block_id", "agent_id" ], "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