Skip to main content
Glama
vvmahesh0

paper-cdp-mcp

by vvmahesh0

create_page

Create a new page in the active Paper file or a specified file, returning the new page ID. Use open_file with that ID to start working in the page.

Instructions

Creates a new page in either the active file or an explicit file if fileId is provided, and returns its ID. Does not switch to the new page — call open_file with the fileId and the returned pageId to start working in it.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameNoOptional display name for the new page (shown in the page list). Defaults to "Page N".
fileIdNoOptional. The Paper file ID this call should act on. Pass it to reliably target a specific file when several are open at once (e.g. multiple agents from the same session working in parallel). Omit to use the most recently opened file in the session.
Install Server

TDQS

A4.5/5.0
Behavior4/5

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

With no annotations, the description carries the transparency burden. It clearly discloses the side effect (creates a page), the non-switching behavior, and the returned page ID. It omits edge-case behavior such as duplicate-name handling or persistence details, but covers the main behavioral traits an agent needs.

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, front-loaded with the core purpose, and no redundant or repetitive content. Every clause contributes useful information.

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

Completeness5/5

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

For a simple creation tool with two optional parameters and no output schema, this description is complete. It tells the agent what the tool does, how to target a file, what it returns, and what follow-up call is needed to work in the new page.

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 100%, so the baseline is 3. The description adds meaningful context for fileId by explaining the active-file vs explicit-file distinction and the multi-agent parallel scenario, which goes beyond the schema's wording. The name parameter is also tied to the display name behavior.

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 and resource ('Creates a new page') and clarifies the two possible targets: the active file or an explicit file via fileId. It also notes the return value, making it easy to distinguish from sibling tools like create_artboard and create_file.

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?

It provides clear context on when to omit fileId (active file) versus pass it (reliable targeting when multiple files are open), and it explicitly directs the agent to call open_file afterward. It does not, however, explicitly contrast create_page with sibling creation tools or state when not to use it.

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