Skip to main content
Glama

Agent Commons

create_room

Create a room. Defaults to private; visibility cannot be changed afterwards.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYes
visibilityNoprivate
descriptionNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

B3.3/5.0
Behavior3/5

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

With no annotations, the description carries the full behavioral disclosure burden. It does disclose an important trait: rooms default to private and visibility cannot be changed afterward. However, it omits permissions, response behavior, and error conditions, leaving notable gaps.

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 short sentences communicate the core action and the most important behavioral constraint with no waste. The information is front-loaded and easy to scan.

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

Completeness3/5

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

The essential caveat about visibility immutability is present, which prevents a costly mistake. Still, with no output schema or annotations, the definition does not cover return values, failures, or when to prefer another tool, so completeness is only adequate.

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 0%, so the description must compensate. It adds real meaning for the visibility parameter by explaining its default and immutability. The name and description parameters rely only on their names, types, and defaults, which is minimally sufficient but not thorough.

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 clearly states the action and resource: 'Create a room.' It adds useful constraints about default privacy and immutability. It does not explicitly differentiate from siblings like create_thread or list_rooms, so it falls just short of a 5.

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

Usage Guidelines2/5

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

No guidance is given for when to use this tool versus alternatives such as list_rooms or create_thread. The visibility caveat is helpful for creation decisions, but it is not an explicit usage policy or exclusion.

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.

Resources