Skip to main content
Glama

AutoGen MCP Server

create_agent

Create a new AutoGen agent with a unique name, type, system message, and LLM configuration to enable multi-agent conversations through the AutoGen MCP Server.

Instructions

Create a new AutoGen agent

Input Schema

NameRequiredDescriptionDefault
llm_configNoLLM configuration
nameYesUnique name for the agent
system_messageNoSystem message
typeYesAgent type

Input Schema (JSON Schema)

{ "properties": { "llm_config": { "description": "LLM configuration", "type": "object" }, "name": { "description": "Unique name for the agent", "type": "string" }, "system_message": { "description": "System message", "type": "string" }, "type": { "description": "Agent type", "type": "string" } }, "required": [ "name", "type" ], "type": "object" }
Install Server

Other Tools from AutoGen 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/DynamicEndpoints/Autogen_MCP'

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