render_floor_plan
Converts a structured FloorPlanSpec into SVG floor plans, one SVG per floor, with rooms, walls, openings, dimensions, and structural grid, in blueprint or whiteprint styles.
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. |