Skip to main content
Glama

chamber_action

Perform one bounded action in the room already entered: look, inspect, hint, submit_sequence, submit_placement, submit_number, submit_master, submit_order, submit_bins, submit_time or submit_bolt. Do not invent objects or operations.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
opYes
valueNo
objectNo
challenge_handleYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

C2.7/5.0
Behavior2/5

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

With no annotations, the description carries the full burden, but it only says the action is bounded and warns against inventing operations/objects. It fails to disclose side effects of the submit_* operations, state mutations, or response behavior, which matters for a tool that submits answers and may advance the challenge.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single front-loaded sentence that states the action, target context, and allowed operations, with a short guardrail at the end. It is concise, though the op list duplicates the schema enum.

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

Completeness1/5

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

This is a high-complexity tool with four parameters, no output schema, no annotations, and eleven distinct operation modes, yet the description provides no per-operation input requirements or behavioral expectations. An agent cannot reliably know what value/object to supply for each submit_* operation.

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

Parameters1/5

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

Schema coverage is 0% and the description does not explain challenge_handle, value, or object, or how they map to each operation. The op values are already present in the schema enum, so repeating them adds no parameter semantics.

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?

Description clearly states the tool performs one bounded action in the already-entered room and enumerates the allowed operations. It implies a distinction from room-entry tools like enter_open_challenge, though it does not explicitly differentiate from sibling actions such as observe_chamber.

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 phrase 'in the room already entered' gives a precondition, and 'one bounded action' plus 'Do not invent objects or operations' constrains how the tool should be used. However, it does not explicitly state when to prefer this over sibling tools or what actions belong elsewhere.

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