Skip to main content
Glama

AutoGen MCP Server

execute_workflow

Execute a workflow with streaming support by providing workflow name and input data, enabling efficient multi-agent conversations via the AutoGen MCP Server integration.

Instructions

Execute a workflow with streaming support

Input Schema

NameRequiredDescriptionDefault
input_dataYesInput data
streamingNoEnable streaming
workflow_nameYesWorkflow name

Input Schema (JSON Schema)

{ "properties": { "input_data": { "description": "Input data", "type": "object" }, "streaming": { "description": "Enable streaming", "type": "boolean" }, "workflow_name": { "description": "Workflow name", "type": "string" } }, "required": [ "workflow_name", "input_data" ], "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