Mcps
Mcps
Tool
Preview Map Plan
preview_map_planRender a fast top-down geometric SVG preview of a planned map spec WITHOUT generating a BSP file. Use this as part of a planning workflow: 1. Construct or refine a MapSpec JSON 2. Call preview_map_plan to show the user a visual layout 3. Iterate on the spec based on feedback 4. Call generate_map once the user approves The preview draws each room as a coloured rectangle labelled with its id and dimensions (width × depth × height in Quake units), corridors as grey bands connecting room centres, and items as colour-coded dots identical to the generate_map_minimap legend. Returns the SVG path / upload URL plus a spec echo so the caller can confirm what was interpreted.
Pricing
Per call
$0.02
Model
time-based
Pay only for what you use. No subscriptions.
Inputs
output_path
stringnullspec *
objectTry It
API
MCP Config
Input Parameters
Output SVG file path. Relative paths resolve against DEMO_PATH. Auto-generated from the map name if omitted.
JSON object describing the planned map (same schema as generate_map's spec field). Rooms, corridors, and items are rendered geometrically as a top-down SVG without generating a BSP file.

