create_room
Set up a new Matrix room with a name, optional topic, invited users, or direct message configuration.
Instructions
Create a new Matrix room.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Display name for the room | |
| topic | No | Room topic / description | |
| invite | No | User IDs to invite (e.g. ['@user:matrix.org']) | |
| is_direct | No | Create as a direct message room (default false) |