penpot_create_page
Create a new empty page in a Penpot file by specifying the file ID and page name.
Instructions
Create a new, empty page in a Penpot file.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| fileId | Yes |
Create a new empty page in a Penpot file by specifying the file ID and page name.
Create a new, empty page in a Penpot file.
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| fileId | Yes |
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, and the description only states that the tool creates a page, implying mutation. It does not disclose side effects, required permissions, validation rules, or any potential limitations. Given the lack of annotations, more detail is necessary.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single concise sentence with no fluff, but it is too brief to convey essential information. Being concise is positive, but it sacrifices completeness for brevity.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
With only 2 parameters, no output schema, and no annotations, the description should provide more context about the expected behavior, return value, and validation. The current description leaves significant gaps for an AI agent to use correctly.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema has 0% description coverage and neither 'fileId' nor 'name' are explained in the description. The agent receives no semantic context beyond the parameter names and types, so it cannot infer formatting, constraints, or the relationship between parameters.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
Description clearly states the tool creates a new empty page within a Penpot file. It uses a specific verb ('Create') and resource ('page'), distinguishing it from sibling tools like penpot_create_file or penpot_create_project. However, it does not explicitly clarify that the file must already exist.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
No guidance on when to use this tool versus alternatives, nor any prerequisites (e.g., file must exist). The description lacks context for appropriate usage scenarios or exclusions.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/tvolodi/penpot-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server