Skip to main content
Glama

join_room

Join an existing Excalidraw live-collaboration room from its link to load the current scene, using a connected peer or the room's saved copy when no one else is present.

Instructions

Join an existing excalidraw.com live-collaboration room from its link (the URL with #room=,). Loads the current scene from a connected peer, or from the room's persisted copy if nobody else is present.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
linkYesCollaboration link, e.g. https://excalidraw.com/#room=abc...,key...
originNoOrigin header to present to the relay. Defaults to https://excalidraw.com, which the public relay requires.
serverUrlNoRelay URL. Defaults to excalidraw.com's public relay.

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.1.0

TDQS

A4/5.0
Behavior3/5

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

No annotations are provided, so the description carries the transparency burden. It discloses that joining loads the scene from a connected peer or the room's persisted copy, and implicitly involves a relay. However, it does not mention connection lifetime, whether joining has side effects on the collaboration session, or failure behavior—gaps that matter for a tool without annotations.

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

Conciseness5/5

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

Two tight sentences with no fluff. The first sentence states purpose and required input, the second explains the loading behavior. Every word earns its place, and the most important information is front-loaded.

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

Completeness4/5

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

Given there is no output schema, the description partially explains what the tool produces by stating it loads the current scene. It covers the core input and behavior adequately. It lacks explicit return format and side-effect details, but for a joining tool with clear semantics this is reasonably complete.

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

Parameters3/5

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

Schema description coverage is 100%, so the baseline is 3. The description reinforces the 'link' parameter with the #room=<id>,<key> format, but the schema already provides a similar example. No additional semantic value is added for origin or serverUrl beyond what the schema already states.

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?

Clearly states the specific operation: joining an existing excalidraw.com live-collaboration room via its link. The description also differentiates from siblings by emphasizing 'existing' room, setting it apart from create_room, and by focusing on joining rather than leaving, reading, or modifying elements.

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?

Provides clear context that this tool is for joining a room from its link and explains what happens on join (loads scene from peer or persisted copy). It does not explicitly name alternatives or give when-not-to-use guidance, but the behavior and link prerequisite effectively imply the intended use case.

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

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/bjcoombs/excalidraw-room-mcp'

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