Skip to main content
Glama

Roomproof

Show plan

show_plan

Returns the saved plan as an image drawn to scale, plus image_prompt and image_positions. For a photo of the room copy image_prompt verbatim into your own image generator; Roomproof does not render photos. Needs key on your own project, free on beispiel-wohnzimmer.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
keyNoPurchase token rp_ plus 20 characters, from the purchase confirmation. Required on projects you created, not on beispiel-wohnzimmer. Not the project id.
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

A3.9/5.0
Behavior4/5

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

With no annotations, the description carries the transparency burden. It discloses the return payload, the scale rendering, the photo limitation ('Roomproof does not render photos'), and the key requirement. It does not explicitly claim the operation is side-effect-free, but 'Returns' plus the absence of mutation language is meaningful.

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?

Two sentences with no filler. The main return value is front-loaded, and the following sentence supplies the most important usage caveats: photo handling, the key requirement, and the free example project.

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?

For a tool with one required parameter naturally derived from the schemacing flow und no output schema, the description covers the return artifact, the intended use of image_prompt, and the authentication prerequisite. An agent has enough to decide when to call it and what to pass.

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?

All three parameters are already documented in the schema, giving 100% schema coverage, so the baseline is 3. The description reinforces the key exception for beispiel-wohnzimmer but adds no new parameter semantics beyond what the schema already states for project and variant.

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?

The first sentence names a concrete action and resource: it returns 'the saved plan as an image drawn to scale, plus image_prompt and image_positions.' This clearly distinguishes the tool from siblings like open_plan and check_plan by describing its specific output artifact, though it never explicitly contrasts itself with those siblings.

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 gives practical context about when a key is needed and how to use the image_prompt for photos, which implies usage. However, it does not explicitly say when to prefer show_plan over open_plan or check_plan, and it lacks any when-not-to-use guidance.

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