Skip to main content
Glama
tathagat22

Plumb (plumb-mcp)

by tathagat22

Plumb · studio kit (build the component library)

plumb_studio_kit

Builds a reusable Figma component library (Button, FeatureCard, etc.) on a named page, inheriting the session's palette and type scale for consistent brand assets.

Instructions

STEP 2 of the transparent studio flow. Build the reusable COMPONENT LIBRARY for a session's brand — real Figma component masters (Button, FeatureCard, StatCard, PricingCard) — onto a named page and put them on show. The masters inherit the session palette + type scale. Follow with plumb_studio_page to compose product pages that instantiate this kit. Requires a sessionId from plumb_studio_start and the Plumb plugin paired.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNameNoFigma page for the component library (default "Components").
sessionIdYesSession id from plumb_studio_start.
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations indicate readOnlyHint=false (mutation), and the description confirms building and placing components. It adds behavioral context: the masters inherit the session palette and type scale. However, it does not disclose whether the operation is idempotent, what happens on overwrite, or error cases. The added value is acceptable but not exhaustive.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Three concise sentences with no filler. The critical label 'STEP 2' is front-loaded, and every sentence adds value: purpose, behavior, linkage to next step, and prerequisites.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a tool with two parameters and no output schema, the description covers purpose, key behavioral traits (inheritance), and flow context. It lacks explicit mention of return values or error handling, but given the simplicity, it is reasonably complete.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100% with only two parameters. The description reinforces the meaning of sessionId (from plumb_studio_start) and implies pageName (onto a named page). It adds marginal context beyond the schema descriptions, meeting the baseline for a well-documented schema.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description uses a specific verb (build) and resource (component library), listing concrete component types (Button, FeatureCard, etc.). It clearly distinguishes itself as STEP 2 in a flow and names the succeeding tool plumb_studio_page, making its role unambiguous relative to siblings.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description explicitly states it is STEP 2 of the studio flow, requires a sessionId from plumb_studio_start, and advises following with plumb_studio_page. It also mentions the Plumb plugin prerequisite. While it does not give explicit when-not-to-use or alternatives, the sequential guidance is clear and actionable.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/tathagat22/plumb-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server