render_site_plan
Render a SiteSpec into an exterior site plan SVG showing buildings, parcels, roads, hardscape, water, landscape, and barriers, in blueprint or whiteprint themes.
Instructions
Renders an exterior site plan (buildings, parcels, roads, hardscape, water, landscape, barriers, trees) from a SiteSpec. Returns one SVG. See the server instructions for conventions and the coherence contract.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| spec | Yes | SiteSpec object (or JSON string) defining the site 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. |