agent-coordination-mcp-server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| create_roomA | Create a coordination room for agents to collaborate. Rooms are persistent spaces where agents share context, coordinate tasks, and exchange results. Args: room_id: Unique room ID (e.g. "project-alpha", "data-pipeline") name: Display name for the room description: What this room is for created_by: Agent or user who created the room |
| join_roomC | Join a coordination room. Args: room_id: Room to join agent_id: Your agent identifier |
| send_messageA | Send a message to a coordination room. Share context, results, status updates, or requests with other agents in the room. Args: room_id: Target room sender: Your agent identifier message: The message content message_type: Type: "text", "result", "request", "status", "context" metadata: Optional JSON metadata |
| read_messagesA | Read messages from a coordination room. Get the latest messages or messages since a specific time. Args: room_id: Room to read from limit: Max messages (default: 20) since: Only messages after this ISO timestamp (optional) |
| list_roomsA | List all coordination rooms. Args: active_only: Only show active rooms (default: True) |
| share_contextA | Share a piece of context/data with a room. Structured way to share results, findings, or data points that other agents in the room can reference. Args: room_id: Target room sender: Your agent identifier key: Context key (e.g. "api_results", "analysis", "decision") value: The context value (text or JSON string) |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
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/AiAgentKarl/agent-coordination-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server