Skip to main content
Glama
tathagat22

Plumb (plumb-mcp)

by tathagat22

Plumb · components

plumb_components
Read-onlyIdempotent

List every Figma component definition and its instance usages to understand a design system before building, with an optional health report detecting unused components, duplicates, and variant outliers.

Instructions

List every Figma component definition in the file and the instance usages of each — useful for understanding the design system before building. Each component carries an instance count; each instance carries the component id, so you can match usage to definition. Pass health: true to also get a design-system health report: unused components (zero instances), possible duplicates (near-identical names — 'Button', 'Button copy', 'Button 2'), and variant outliers (an instance whose prop overrides don't match any other instance of the same component, among components with enough instances for a pattern to mean something). Plugin path; needs the Plumb plugin paired.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNoFilter components and instances to a single Figma page by name (case-insensitive, substring-friendly). Massive token saver on files that hide a 200-variant style guide on one page.
healthNoAlso compute a design-system health report (unused components, possible duplicates, variant outliers) over the (page-filtered) component/instance list. Default false — purely additive to the response, existing callers see no shape change when omitted.
Behavior4/5

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

The description adds behavioral context beyond annotations: it notes the tool requires the Plumb plugin ('Plugin path; needs the Plumb plugin paired') and explains that the health parameter is purely additive. No contradiction with annotations.

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

Conciseness4/5

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

The description is front-loaded with the main purpose and each sentence adds value, but it is somewhat lengthy. Could be more concise while retaining key details.

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?

Given no output schema, the description explains what each component and instance carries (instance count, component id) and details on the health report. This is sufficient for a listing tool, though it could mention the response structure more explicitly.

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

Parameters5/5

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

With 100% schema coverage, the description still adds value for both parameters: for 'page' it notes it's a massive token saver on files with many components, and for 'health' it clarifies default false and no shape change. This goes beyond the schema descriptions.

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 clearly states it lists every Figma component definition and instance usages, distinguishing it from sibling tools like plumb_outline or plumb_node, and specifies its utility for understanding the design system before building.

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 provides clear context for when to use the tool ('useful for understanding the design system before building') and explains the optional health report. However, it does not explicitly state when NOT to use it or suggest alternatives.

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