leave_room
Leave the active Excalidraw room to end participation, stop live canvas updates, and close the collaboration session.
Instructions
Disconnect from the current room.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Leave the active Excalidraw room to end participation, stop live canvas updates, and close the collaboration session.
Disconnect from the current room.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Changes observed during successful MCP inspections. Dates show when Glama detected each change.
v0.1.0Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the full behavioral burden. It clearly states the core effect (disconnect from the current room), but does not disclose side effects such as whether the room is deleted, whether other members are notified, or whether the action is reversible. This is adequate but not rich.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is extremely concise: five words, no filler, and the action verb is front-loaded. Every word earns its place.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a no-parameter tool with no output schema, the description covers the essential call behavior. However, it lacks context about when to use it relative to sibling tools and what happens after leaving, so it is not fully complete.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The tool has zero parameters, so the description has no parameter meaning to add. Baseline for zero-parameter tools is 4, and no further parameter documentation is needed.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description states a specific action ('Disconnect') and resource ('the current room'), making the purpose clear. It is implicitly distinguishable from siblings like create_room and join_room, though it does not explicitly contrast with them.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
No guidance is given about when to use this tool versus alternatives. There is no mention of prerequisites such as needing to be in a room first, or that this tool should be called before ending a session.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/bjcoombs/excalidraw-room-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server