Skip to main content
Glama
Cc-Zzh1

moonvy-ui-mcp

by Cc-Zzh1

Get frontend-ready Moonvy UI spec

moonvy_get_ui_spec

Retrieve design metadata, inferred design tokens, and a styled component tree from a Moonvy file. Control context size with optional frame ID, depth, and node limits.

Instructions

Recommended development tool: return design metadata, inferred design tokens, and a styled component tree in one response. Use frameId/maxDepth/maxNodes to control context size.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYesMoonvy URL, normally /project/:projectId/:dirId/:fileId
frameIdNoOptional Moonvy/Figma-style frame ID
maxDepthNo
maxNodesNo
includeHiddenNo
Behavior3/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It states the output contents (metadata, tokens, component tree) but does not mention side effects, caching, rate limits, or explicit non-destructive behavior. As a read-style tool, this is a moderate gap.

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?

Two sentences with zero waste: the first states the purpose, the second focuses on controlling context size. The most important information is front-loaded, and every word earns its place.

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 five parameters and no output schema, the description provides the essential information: what the response contains and how to limit its size. It does not describe includeHidden or potential error cases, but for a straightforward retrieval tool this is largely adequate.

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

Parameters4/5

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

Schema coverage is only 40%, so the description must compensate. It adds meaning to maxDepth and maxNodes by framing them as context-size controls, which is not present in the schema. However, it omits any explanation of includeHidden, leaving that parameter semantically vague.

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 states a specific verb ('return') and a clearly defined resource: a UI spec composed of design metadata, inferred design tokens, and a styled component tree. This distinguishes it from siblings that likely return only one aspect, and it is not a tautology of the tool name.

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 phrase 'Recommended development tool' signals primary use for development, and the guidance to use frameId/maxDepth/maxNodes to control context size gives practical usage direction. However, it does not explicitly name alternatives or state when not to use this tool, so it falls short of full differentiation.

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/Cc-Zzh1/moonvy-ui-mcp'

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