Skip to main content
Glama
Hbler

parti-mcp

by Hbler

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

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

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A4.1/5.0

Scored across 3 tools

Disambiguation5/5

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.

Naming Consistency4/5

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.

Tool Count4/5

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.

Completeness4/5

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.

Maintenance

ActivityMaintained
ResponsivenessNo issues