Skip to main content
Glama

AutoGen MCP Server

start_streaming_chat

Initiate a real-time chat session with a specified agent by sending an initial message, enabling continuous interaction through streaming. Built for multi-agent conversations via AutoGen MCP Server.

Instructions

Start a streaming chat session

Input Schema

NameRequiredDescriptionDefault
agent_nameYesName of the agent
messageYesInitial message
streamingNoEnable streaming

Input Schema (JSON Schema)

{ "properties": { "agent_name": { "description": "Name of the agent", "type": "string" }, "message": { "description": "Initial message", "type": "string" }, "streaming": { "description": "Enable streaming", "type": "boolean" } }, "required": [ "agent_name", "message" ], "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