Skip to main content
Glama

Wiggle

join_room

Idempotent

Join a public room, or a private room you were invited to.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
slugYesSlug of the room.

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed1 schema field changed
    • addedInput schema / properties / slug / description
      Added value: +"Slug of the room."
  2. First observed

TDQS

A3.8/5.0
Behavior3/5

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

Annotations already cover the core behavioral traits: readOnlyHint=false, idempotentHint=true, destructiveHint=false. The description adds useful operational context about private rooms requiring an invitation, but it does not describe outcomes of repeated joins or authentication requirements. The annotation coverage lowers the burden, so a 3 is appropriate.

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?

The description is a single, front-loaded sentence with no filler. The core action and eligibility rule are stated efficiently, and every word contributes meaning.

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?

For a one-parameter action with full schema coverage and annotations that establish safety and idempotency, the description is largely complete. It clearly communicates the public/private distinction; only edge behaviors like already being in the room or an invalid slug are left unspecified, which is acceptable for a simple join operation.

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%, and the schema already documents 'slug' as the room's slug. The description does not add format, source, or validation details beyond the schema, so it stays at the baseline 3 without providing extra parameter meaning.

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

Purpose4/5

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

The description states a specific verb ('Join') and resource ('room') and distinguishes public rooms from private rooms that require an invitation. It does not explicitly name sibling alternatives, but in context it is clearly distinct from tools like create_room, list_rooms, and invite.

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 gives clear usage context: use this to join a public room, or a private room if invited. It does not explicitly state when not to use it or point to alternatives, but the eligibility condition is enough to guide selection in most cases.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.