Skip to main content
Glama
mnemoverse

Mnemoverse Memory

memory_create_room

Create a shared memory room for collaborative context that your AI assistants and others' assistants can read and write to across Claude, ChatGPT, and Cursor.

Instructions

Create a SHARED memory room — a space you and OTHER people's assistants can both read and write, 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

TableJSON Schema
NameRequiredDescriptionDefault
nameYesRoom name, unique within your account (e.g. 'me-and-olya').
descriptionNoOptional description of the room.
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations are present (readOnlyHint=false, etc.) and the description adds context: it explains the shared nature across assistants and that the returned address serves as a domain for other tools, without contradicting annotations.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is concise at 4 sentences, front-loading the main purpose and including operational details. Could be slightly tighter, but overall well-structured.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

With 2 parameters well-documented in schema and no output schema, the description fully covers what the tool does, what it returns, and how to use it with sibling tools, leaving no important gaps.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, and the description adds meaning beyond the schema by explaining name uniqueness within an account and that the returned address is used as a domain for memory_write/memory_read.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states 'Create a SHARED memory room' and explains it as a space for sharing context across assistants, distinguishing it from siblings like memory_write, memory_read, and memory_invite_to_room.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description says 'Use when the user wants to share context or collaborate with someone else' and provides an example. It also gives next steps (call memory_invite_to_room), though it does not explicitly state when not to use it.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/mnemoverse/mcp-memory-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server