Skip to main content
Glama
zcube

Penpot MCP Server

by zcube

create_text

Create a text shape in a Penpot file, with options for typography, color, alignment, shadows, blur effects, and blend modes.

Instructions

Create a text shape with color, styling, alignment, shadows, blur effects, and blend modes

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
xNoX position
yNoY position
nameNoShape name
textNoText contentText
fileIdYesFile ID
pageIdYesPage ID
opacityNoOverall shape opacity (0-1)
fontSizeNoFont size
blendModeNoBlend mode: "normal", "multiply", "screen", "overlay", etc.normal
blurValueNoBlur intensity in pixels
fillColorNoText color (HEX, e.g., "#000000")#000000
fontStyleNoFont style: "normal" or "italic"normal
textAlignNoText alignment: "left", "center", "right", or "justify"left
fontFamilyNoFont family nameWork Sans
fontWeightNoFont weight: "normal", "bold", "100"-"900"normal
lineHeightNoLine height multiplier
shadowBlurNoShadow blur radius in pixels
fillOpacityNoText opacity (0-1)
shadowColorNoShadow color (HEX, e.g., "#000000")#000000
shadowStyleNoShadow style: "drop-shadow" or "inner-shadow"drop-shadow
shadowSpreadNoShadow spread in pixels
letterSpacingNoLetter spacing in pixels
shadowOffsetXNoShadow X offset in pixels
shadowOffsetYNoShadow Y offset in pixels
shadowOpacityNoShadow opacity (0-1)
verticalAlignNoVertical alignment: "top", "center", or "bottom"top
textDecorationNoText decoration: "none", "underline", "line-through"none
Behavior2/5

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

No annotations exist, so the description carries the full burden of behavioral disclosure. It only lists visual capabilities and does not mention the mutation side effect (adding a shape to a page), required permissions, or return behavior. For a creation tool, this leaves significant ambiguity.

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?

The description is a single sentence, immediately front-loaded with the action and resource, with zero wasted words. It is appropriately concise given the detailed schema that follows.

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

Completeness2/5

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

For a tool with 27 parameters, no annotations, and no output schema, the description is too sparse. It does not mention the required fileId/pageId, the fact that this creates a new shape in a page, or any expected result/return value, leaving gaps in contextual understanding.

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 each parameter already documented. The description adds a high-level categorization (color, styling, alignment, shadows, blur, blend modes) but no additional parameter-specific meaning beyond what the schema 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?

The description 'Create a text shape' uses a specific verb and resource, clearly distinguishing it from sibling tools like create_rectangle, create_circle, and create_frame. It also highlights key capabilities (color, styling, alignment, shadows, blur, blend modes) that define the tool's scope.

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 description implies usage for creating text shapes but does not explicitly compare with alternatives. No 'when to use' or 'when not to use' guidance is provided, though the tool name and sibling context make the primary use case clear.

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/zcube/penpot-mcp-server'

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