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.
When to Use
Use this tool when you need to render 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:
- construct or refine a mapspec json
- call preview_map_plan to show the user a visual layout
- iterate on the spec based on feedback
- 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.. This is part of the Mcps provider on xpay✦.
MCP Connection
Connect to xpay✦ to access this tool (and 87+ others):
{
"mcpServers": {
"xpay": {
"url": "https://mcp.xpay.sh/mcp?key=YOUR_API_KEY"
}
}
}
For Claude Code:
claude mcp add --transport http xpay "https://mcp.xpay.sh/mcp?key=YOUR_API_KEY"
How to Execute
Use the xpay✦ meta-tools to run this tool:
xpay_details— Get full input schema:xpay_details("quakelive/preview_map_plan")xpay_run— Execute:xpay_run("quakelive/preview_map_plan", { ...inputs })
Input Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
output_path | string,null | No | Output SVG file path. Relative paths resolve against DEMO_PATH. Auto-generated from the map name if omitted. |
spec | object | Yes | 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. |
Pricing
- Cost: $0.02/call
- Balance check: Use
xpay_balanceto check remaining credits - Get your API key at xpay.tools — $5 free credits included
Related Skills
- Mcps (all tools) — 88 tools
- Add Player — $0.00/call
- Add Raw Snapshot — $0.00/call
- Add Server Command — $0.00/call
- Analyze Demo — $0.02/call
- Award Medal — $0.02/call
Links
- Tool page: https://xpay.tools/quakelive/preview-map-plan/
- Provider: https://xpay.tools/quakelive/
- All tools: https://xpay.tools/explore
How to Execute
Input Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
output_path | stringnull | No | Output SVG file path. Relative paths resolve against DEMO_PATH. Auto-generated from the map name if omitted. |
spec | object | Yes | 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. |
Install Skill
Pricing
Cost
$0.02/call
Model
Flat rate
Provider
Mcps

