Skip to main content
Glama
vvmahesh0

paper-cdp-mcp

by vvmahesh0

export_figma_compatible_json

Exports Paper artboard hierarchy as standardized Figma REST/Plugin JSON schema, enabling cross-tool interoperability.

Instructions

Exports a Paper artboard hierarchy into standardized Figma REST/Plugin node schema JSON for cross-tool interoperability.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
fileIdNoOptional target file ID.
artboardIdYesID of the artboard to export.
Install Server

TDQS

A3.7/5.0
Behavior3/5

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

With no annotations, the description carries the full burden of behavioral disclosure. It conveys the essential transformation — converting a Paper artboard hierarchy into Figma node schema JSON — but does not state whether the operation is non-mutating, how the JSON is delivered (inline payload, file artifact, URL), or what happens on invalid artboardId.

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?

A single 20-word sentence conveys action, resource, output format, and purpose with zero filler. The verb and target format are 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.

Completeness3/5

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

For a simple two-parameter tool with full schema coverage, the description covers the essentials adequately. The notable gap is the absent output schema combined with no return-value explanation — an agent cannot tell whether calling this tool returns the JSON text, writes a file, or produces a downloadable artifact, which is the central question for an export tool.

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 description coverage is 100%, with both 'artboardId' and 'fileId' already explained in the input schema, so the baseline of 3 applies. The description adds no parameter-specific meaning beyond what the schema already provides.

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?

Begins with the specific verb 'Exports' followed by the resource ('Paper artboard hierarchy') and a precise output contract ('standardized Figma REST/Plugin node schema JSON'). The exact target format cleanly distinguishes this tool from generic siblings like 'export' and 'export_code' without needing to open their schemas.

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

Usage Guidelines3/5

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

The clause 'for cross-tool interoperability' implies the intended scenario, and the Figma-specific output format signals when this tool applies. However, with numerous export-oriented siblings (export, export_code, batch_export_assets, export_combined_pdf, get_jsx, write_html), the description names no alternative and gives no explicit when-not-to-use guidance.

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

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/vvmahesh0/paper-cdp-mcp'

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