Skip to main content
Glama

ktalk_get_room

Retrieve room details while noting that an unrecognized name creates a permanent room as a side effect, with no delete available. Do not use for existence checks.

Instructions

Get room details (FR-17, session mode only — no confirmed API-key profile).

WARNING — SIDE EFFECT (ADR-006): the server returns 200 for any room name, including one never seen before, with an identically shaped response (never a 404). Calling this with a name not yet read in this contour CREATES the room object as a side effect of reading; this is irreversible — the project has no delete operation. Do NOT use this tool to check whether a name is available/occupied — the check itself creates the occupancy.

Args: room_name: Room name (path-quoted before the request) format: Output format — "raw" (JSON) or "markdown"

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
formatNomarkdown
room_nameYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior5/5

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

The description discloses a critical side effect: the server always returns 200, creates the room object as a side effect, and this is irreversible (no delete operation). With no annotations provided, the description carries the full burden and excels at it, warning the agent about a behavior that would otherwise be undiscoverable.

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 well-structured: purpose statement, then a prominent warning block, then the args list. Every sentence contributes vital information, and the critical side-effect warning is front-loaded. Despite its length, there is no redundancy or fluff; it earns its space.

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

Completeness5/5

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

The description covers the purpose, usage constraints, side effects, and parameter details. It references project-specific identifiers (FR-17, ADR-006) that add traceability. Although it doesn't describe the return value, an output schema exists, so that is not required. For a tool with such a subtle and dangerous behavior, this is exceptionally complete.

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

Parameters5/5

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

Schema coverage is 0% and the schema offers no descriptions, so the description is the only source for parameter meaning. It explains both parameters: room_name is 'path-quoted before the request' and format lists the allowed values 'raw' (JSON) or 'markdown'. This fully compensates for the schema gap and gives the agent actionable detail.

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 explicitly states 'Get room details' and adds a scoping constraint (session mode only), making the operation unambiguous. It clearly differentiates from sibling tools by targeting a specific resource (room) rather than participants, recordings, or transcripts.

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

Usage Guidelines5/5

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

The description provides both a when-to-use context (session mode) and an explicit prohibition: 'Do NOT use this tool to check whether a name is available/occupied — the check itself creates the occupancy.' This gives clear guidance on when not to invoke it, which is exactly the type of directive that prevents misuse.

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/mdemyanov/ktalk-mcp'

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