render_floor_plan
Renders interior floor plans from a structured spec, producing SVG per floor with walls, rooms, openings, and dimensions.
Instructions
Renders an interior floor plan (floors, rooms, walls, door/window openings, dimensions, structural grid) from a FloorPlanSpec. Returns one SVG per floor. See the server instructions for conventions and the coherence contract.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| spec | Yes | FloorPlanSpec object (or JSON string) defining the floor plan. See this schema's properties for every field. | |
| outputPath | No | Optional file path to write the SVG (relative to the server's allowed output/ directory). If omitted, the SVG is returned as tool content only. |