agent-coordination-mcp-server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
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
Features and capabilities supported by this server
Protocol revision2025-11-25
| 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
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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