Skip to main content
Glama

Letta MCP Server

by oculairmedia

attach_tool

Link tools to agents within the Letta MCP Server by specifying agent and tool IDs, enabling interaction and management through the Letta system.

Instructions

Attach a tool to an agent

Input Schema

NameRequiredDescriptionDefault
agent_idYesThe ID of the agent to attach the tool to
tool_idYesThe ID of the tool to attach

Input Schema (JSON Schema)

{ "properties": { "agent_id": { "description": "The ID of the agent to attach the tool to", "type": "string" }, "tool_id": { "description": "The ID of the tool to attach", "type": "string" } }, "required": [ "tool_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