Skip to main content
Glama

Roomproof

Move furniture

move_furniture

Moves, rotates or removes one piece in the saved layout and returns the re-checked plan as an image with issues. Send x and y together (piece center, meters), rot, or remove true. The result is saved even with issues, so read them and move again if needed. Needs key on your own project, free on beispiel-wohnzimmer (not saved).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
xNoNew piece center, horizontal, in meters. Send with y.
yNoNew piece center, vertical, in meters. Send with x.
keyNoPurchase token rp_ plus 20 characters, from the purchase confirmation. Required on projects you created, not on beispiel-wohnzimmer. Not the project id.
rotNoNew rotation in degrees clockwise.
indexNoIf several pieces share the name: which one, counted from 1 in list order. Default 1.
pieceYesDisplay name from placed, furniture or issues in the last place_furniture, show_plan or check_plan response, e.g. 3-seat sofa. Not the catalog id.
removeNotrue removes the piece; x, y and rot are then ignored.
projectYesPlan id from create_room, or beispiel-wohnzimmer.
variantNoVariant id from a previous response; default the newest.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.5/5.0
Behavior4/5

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

With no annotations, the description carries the burden of behavioral disclosure. It explains that the result is saved even when issues exist, mentions the key requirement, notes that beispiel-wohnzimmer is not saved, and says the response is a re-checked plan image. This is strong context, though it does not discuss reversibility or failure modes.

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?

Three sentences with no filler: the first states the action and result, the second covers parameter usage, and the third covers authentication and persistence. Key information is front-loaded and every sentence earns its place.

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?

Given 9 parameters, no output schema, and no annotations, the description is remarkably complete: it explains the return value, side effects, authentication, and the main operation modes. The schema covers individual parameter details, and the description supplies the coordination rules needed to call the tool correctly.

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%, so the baseline is 3. The description adds value beyond the schema by explaining operational constraints: x and y must be sent together, coordinates are in meters, and remove true means x/y/rot are ignored. This helps agents invoke the parameters correctly.

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 states specific operations ('Moves, rotates or removes one piece in the saved layout') and the result ('returns the re-checked plan as an image with issues'). This clearly differentiates it from siblings like place_furniture, which adds new furniture, and check_plan, which only checks the plan.

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 gives concrete invocation guidance: send x and y together, use rot for rotation, or remove true; it also clarifies the key requirement for own projects vs free usage on beispiel-wohnzimmer. It does not explicitly name alternative sibling tools, but the usage context 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