parti-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| pingA | Responds with pong |
| render_site_planA | 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. |
| render_floor_planA | 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. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 3 tools
Each tool has a clear, distinct purpose: ping is a liveness check, render_site_plan handles exterior/environmental layouts, and render_floor_plan handles interior layouts. There is no realistic ambiguity between the render tools because their domains are mutually exclusive.
The two primary tools follow a consistent render_<plan_type> naming convention, which is clear and predictable. ping is a minor deviation, but it is standard enough for a health-check tool and does not harm readability.
With just three tools, the server is minimal but still well-scoped for a focused rendering server: a health check plus two specialized actions. It slightly sits at the low end, but every tool has a distinct reason to exist.
The server covers both core domains it advertises—exterior site plans and interior floor plans—with no obvious dead ends. A section/elevation render or spec-related utility could extend it, but for the stated render-focused purpose the set is reasonably complete.