Skip to main content
Glama

部屋の床面に家具が収まるか簡易シミュレーション

calc_room_layout

Simulate furniture placement in a room using grid-based layout calculations. Input room dimensions and furniture list to check fit and receive coordinates with rotation options.

Instructions

「この部屋にベッドとデスクは入る?」のように家具の配置可否を確認するときに呼ぶ。部屋の有効寸法(mm)と家具リスト(幅/奥行/個数)からグリッド配置シミュレーションを実行。座標と回転有無を返す。扉・動線は未考慮のため目安として扱うこと。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
intentYes【必須】部屋の用途・制約
room_width_mmYes部屋の有効幅(mm)
room_depth_mmYes部屋の有効奥行き(mm)
itemsYes
margin_between_mmNo
wall_clearance_mmNo
grid_step_mmNo
Behavior4/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 effectively describes the tool's behavior: grid-based simulation, returns coordinates and rotation status, and explicitly states limitations (doesn't consider doors/circulation). However, it doesn't mention performance characteristics, error conditions, or what happens with impossible configurations.

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 perfectly concise with three sentences that each earn their place: first establishes use case with example, second explains inputs and simulation method, third provides crucial limitations. No wasted words, front-loaded with the primary purpose.

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 complex simulation tool with 7 parameters, no annotations, and no output schema, the description does well by explaining the simulation approach, inputs, outputs, and limitations. However, it could provide more detail about the output format and what constitutes success/failure in the simulation to be fully complete.

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?

With only 43% schema description coverage, the description adds significant value by explaining the core parameters: room dimensions in mm, furniture list with width/depth/count, and the simulation approach. While it doesn't detail all 7 parameters, it provides essential context about what the simulation does with these inputs, compensating well for the low schema coverage.

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 tool's purpose: performing a grid-based simulation to check furniture placement feasibility in a room. It specifies the input (room dimensions and furniture list) and output (coordinates and rotation status), distinguishing it from siblings like search_products or get_product_detail which handle product information rather than spatial simulation.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description explicitly states when to use this tool ('家具の配置可否を確認するときに呼ぶ' - call when checking furniture placement feasibility) and provides important limitations: it doesn't consider doors or circulation paths, and should be treated as a rough guide. This gives clear context for when to use it versus more detailed 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/ONE8943/ai-furniture-hub'

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