Skip to main content
Glama

tomo_create_room

Create a streaming room for camera, desktop, or plugin experiences by providing the stream-server type, with optional name and source configuration.

Instructions

Create a streaming room for an experience such as camera, desktop or a plugin.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameNoHuman-readable room name
typeYesRegistered stream-server type, for example camera-stream-server
sourceNoSource identifier or device configuration
Behavior3/5

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

With no annotations, the description carries the full burden. It states the tool creates a room but does not disclose what happens if the room already exists, if there are side effects, or what default values apply for unspecified parameters. It does not state whether this is a write or read operation, or if authentication is needed. However, the 'Create' verb in the description is consistent with a mutation, so there is no contradiction.

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, concise sentence that efficiently conveys the tool's purpose with relevant examples, containing no superfluous words.

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 description is somewhat complete for creating a room given the input schema, but it lacks details on return values (no output schema, so this is a gap) and edge cases (e.g., behavior with duplicate names). The sibling tools list suggests related tools exist, but the description does not reference them for further context.

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 coverage is 100%, providing descriptions for all 3 parameters. The description adds context by listing examples of 'type' values (e.g., 'camera-stream-server'), which is not in the schema. However, it does not explain the 'source' parameter in detail, which could be ambiguous (device configuration or identifier).

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 the tool creates a streaming room, with specific examples of what can be streamed (camera, desktop, plugin). It uses a specific verb 'create' and resource 'streaming room', and effectively distinguishes itself from siblings like tomo_list_rooms (list) or tomo_delete_room (delete).

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

Usage Guidelines3/5

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

The description implies this tool is used to create a streaming room, but it does not explicitly state when to use this tool versus alternatives like tomo_control_room (presumably for controlling existing rooms) or tomo_list_stream_servers (for listing available types). There is no guidance on required prerequisites (e.g., needing a stream server type).

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/Tomo-Social/tomo-streaming-mcp'

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