Skip to main content
Glama

AutoGen MCP Server

start_streaming_chat

Initiate a real-time chat session with an agent, enabling continuous message exchange. Specify the agent name and initial message to begin streaming interactions.

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" }

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