Skip to main content
Glama
consultantstanleymn

sweethome3d-mcp

add_furniture

Insert furniture from the catalog into a .sh3d project at specified coordinates, with optional rotation, elevation, and size adjustments.

Instructions

Add furniture to a .sh3d project. Lengths are in centimetres and rotations in degrees. The plan coordinate system uses y increasing downward. This tool does not bind doors or windows to walls and cannot invent a missing 3D model or unsupported catalogue entry. Example: add_furniture(project_path='house.sh3d', catalog_id='eTeks#chair', x=120, y=240, rotation=90)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
xYes
yYes
nameNo
depthNo
widthNo
heightNo
rotationNo
elevationNo
room_nameNo
catalog_idYes
project_pathYes
allow_overlapNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior5/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It discloses units (centimetres), rotation units (degrees), the y-down coordinate system, and important limitations (no door/window binding, cannot invent missing 3D models or unsupported catalogue entries). This goes well beyond a minimal action statement.

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 concise and front-loaded: the purpose appears first, followed by two compact high-value notes on units/coordinate system and limitations, then a concrete example. Every sentence earns its place without filler.

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 12-parameter mutation tool with no annotations, the description provides strong core context: units, coordinate system, limitations, and an example. The presence of an output schema means return values need not be explained. Still, with 0% schema coverage, the semantics of optional parameters and any preconditions like a valid existing project are left implicit rather than explicit.

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?

Description adds essential meaning for core parameters: x/y are interpreted in the y-down coordinate system, rotation is in degrees, and lengths are in centimetres. The example also demonstrates project_path and catalog_id usage. However, with 0% schema_description_coverage, optional parameters like depth, width, height, elevation, room_name, and allow_overlap rely only on their names for semantics.

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 opens with 'Add furniture to a .sh3d project', using a specific verb and resource. It clearly differentiates from sibling tools like add_wall, add_room, and add_dimension by targeting furniture, and explicitly states it does not bind doors or windows to walls.

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 tool's purpose implies it should be used when furniture needs to be added, and the example shows a typical invocation. However, there is no explicit comparison to sibling tools or guidance on when not to use it; the limitation notes are exclusions rather than routing to alternatives.

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/consultantstanleymn/sweethome3d-mcp'

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