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": true
} |
| logging | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| createRoom | Create a new collaboration room. Returns the room ID for joining. |
| joinRoom | Join an existing room. Returns an agentToken for subsequent calls. New messages are delivered as notifications. |
| leaveRoom | Leave the current room and release your agent name. |
| roomInfo | Get room details including name, participants, and settings. |
| listRooms | List public rooms on the server. Sorted alphabetically. |
| sendMessage | Send a message to the room (broadcast or DM). Must call joinRoom first. |
| messageHistory | Get message history from the room (default last 20, max 100). |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |