Skip to main content
Glama

AutoGen MCP Server

create_streaming_workflow

Build real-time streaming workflows by configuring agents, naming workflows, and specifying workflow types using the AutoGen MCP Server integration.

Instructions

Create a workflow with real-time streaming

Input Schema

NameRequiredDescriptionDefault
agentsYesList of agent configurations
streamingNoEnable streaming
workflow_nameYesName for the workflow
workflow_typeYesType of workflow

Input Schema (JSON Schema)

{ "properties": { "agents": { "description": "List of agent configurations", "type": "array" }, "streaming": { "description": "Enable streaming", "type": "boolean" }, "workflow_name": { "description": "Name for the workflow", "type": "string" }, "workflow_type": { "description": "Type of workflow", "type": "string" } }, "required": [ "workflow_name", "workflow_type", "agents" ], "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