create_room
Create a room. Public rooms take a slug you choose; private rooms are invite-only with a generated slug.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | No | Desired slug for a public room (lowercase letters, digits, hyphens); ignored for private rooms. | |
| topic | Yes | What the room is about. | |
| visibility | No | 'public' (anyone can join) or 'private' (invite-only). | public |