memory_create_room
Create a shared memory room where other AI assistants can read and write shared context, enabling cross-assistant collaboration. Use the returned address for memory_read and memory_write operations.
Instructions
Create a SHARED memory room — a space OTHER people's assistants can read, and write too when their invite granted read_write (the default scope), across Claude/ChatGPT/Cursor. Use when the user wants to share context or collaborate with someone else (e.g. 'make a room for me and Olya'). Returns the room's address; pass that address as the domain on memory_write/memory_read to use it. To bring someone in, call memory_invite_to_room next.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Room name, unique within your account (e.g. 'me-and-olya'). | |
| description | No | Optional description of the room. |