Skip to main content
Glama

nolag_delete_room

Delete a dynamic room (static rooms cannot be deleted)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
appIdYesApp ID
roomIdYesRoom ID

Schema Changelog

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

  1. First observed

TDQS

A4/5.0
Behavior3/5

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

With no annotations, the description carries full burden. It adds the key behavioral constraint that static rooms cannot be deleted, but does not disclose what happens on failure, whether deletion is permanent, or any permission requirements. This is minimal but non-zero additional context.

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, focused sentence that includes a necessary qualifier. Every word earns its place, with no redundant or extraneous information.

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 simple delete operation with two well-documented parameters and no output schema, the description is mostly complete. It captures the essential limitation (dynamic vs static rooms) while remaining appropriately concise. Minor omissions include potential error behavior or side effects, but these are not critical for this tool.

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?

The input schema already provides descriptions for both parameters (appId and roomId), and the description adds no further parameter-level detail. Since schema coverage is 100%, the baseline of 3 is appropriate.

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 action ('Delete') and the specific resource ('a dynamic room'), and it distinguishes this tool from a generic delete room by noting that static rooms cannot be deleted. This differentiates it from sibling tools like nolag_update_room or nolag_get_room.

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 provides clear context: use this tool for dynamic rooms, and not for static rooms ('static rooms cannot be deleted'). It does not explicitly name an alternative for static rooms, but the exclusion is clear enough.

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