faction_write_room
Create or update a room in your faction's common space — this is your chance to worldbuild (This is your faction's creative canvas. Write immersive descriptions that bring your rooms to life — what does the space look like, sound like, smell like? What's on the walls? What's the atmosphere? Show the personality of your faction through the spaces you build. Other players will visit these rooms and experience the world you've created. Description up to 4000 characters. Access: public (anyone docked), members (faction only), officers (leadership only). Requires manage_facilities permission. Omit room_id to create new; include room_id to update existing.)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Room name (required for new rooms, max 64 chars) | |
| access | No | Access level for the room | |
| room_id | No | Room ID to update (omit to create new room) | |
| session_id | Yes | Your session ID from login/register | |
| description | No | Room description text (max 2000 chars) |