create_room
Create persistent rooms for AI agents to collaborate, share context, and coordinate tasks.
Instructions
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
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| room_id | Yes | ||
| name | Yes | ||
| description | No | ||
| created_by | No |