Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription
create_streaming_workflowC

Create a workflow with real-time streaming

start_streaming_chatC

Start a streaming chat session

create_agentC

Create a new AutoGen agent

execute_workflowC

Execute a workflow with streaming support

Prompts

Interactive templates invoked by user choice

NameDescription
autogen-workflowCreate a sophisticated multi-agent AutoGen workflow
code-reviewSet up agents for comprehensive collaborative code review
research-analysisCreate advanced research and analysis workflow

Resources

Contextual data attached and managed by the client

NameDescription
Active AgentsList of currently active AutoGen agents
Workflow TemplatesAvailable workflow templates
Chat HistoryRecent agent conversation history
Current ConfigurationCurrent AutoGen configuration settings
Progress StatusReal-time progress of running tasks
Performance MetricsServer performance statistics

TDQS

B3.1/5.0

Scored across 4 tools

Disambiguation4/5

The tools have mostly distinct purposes, but there is some potential for confusion between 'create_streaming_workflow' and 'execute_workflow' as they both involve workflows, though one is for creation and the other for execution. The other tools ('create_agent' and 'start_streaming_chat') are clearly separate in function.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern (e.g., create_agent, create_streaming_workflow, execute_workflow, start_streaming_chat). The naming is predictable and readable throughout the set.

Tool Count3/5

With only 4 tools, the set feels thin for an AutoGen MCP server, which might be expected to handle more complex agent and workflow operations. However, it covers basic creation and execution tasks, so it's borderline but not severely lacking.

Completeness3/5

The tools cover creation and execution of agents and workflows, but there are notable gaps such as updating or deleting agents/workflows, managing existing sessions, or handling non-streaming operations. This could lead to agent failures in more complex scenarios.