Skip to main content
Glama

Letta MCP Server

by oculairmedia

create_agent

Generate a Letta agent with custom configurations, including name, purpose, model, and embedding, to streamline automated tasks in the Letta MCP Server.

Instructions

Create a new Letta agent with specified configuration

Input Schema

NameRequiredDescriptionDefault
descriptionYesDescription of the agent's purpose/role
embeddingNoThe embedding model to useopenai/text-embedding-ada-002
modelNoThe model to use for the agentopenai/gpt-4
nameYesName of the new agent

Input Schema (JSON Schema)

{ "properties": { "description": { "description": "Description of the agent's purpose/role", "type": "string" }, "embedding": { "default": "openai/text-embedding-ada-002", "description": "The embedding model to use", "type": "string" }, "model": { "default": "openai/gpt-4", "description": "The model to use for the agent", "type": "string" }, "name": { "description": "Name of the new agent", "type": "string" } }, "required": [ "name", "description" ], "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