Skip to main content
Glama
vvmahesh0

paper-cdp-mcp

by vvmahesh0

pan_to_node

Pan and center the Paper canvas on a node or artboard to reveal the agent's current working area.

Instructions

Smoothly pans and centers the Paper canvas camera on a specific node or artboard so the user can see what the agent is working on.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
fileIdNoOptional target file ID.
nodeIdYesID of the node or artboard to center on.
Install Server

TDQS

A4.2/5.0
Behavior4/5

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

With no annotations, the description carries the burden of behavioral disclosure. It communicates a smooth, view-only camera movement and does not imply data mutation. It could add an explicit note that this is non-destructive, but 'pans and centers the camera' is reasonably transparent.

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 sentence with no filler. It front-loads the action, then states the goal, making it easy to scan.

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 low-complexity camera tool with two parameters and no output schema, the description is mostly complete. A minor gap is that it doesn't state what happens when fileId is omitted (e.g., current file), but the schema and overall simplicity keep this from being a serious omission.

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%, so the baseline is 3. The description restates 'node or artboard' but does not add meaning beyond the schema; fileId semantics remain only 'Optional target file ID.'

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 uses a specific verb phrase ('pans and centers') with a clear resource ('Paper canvas camera') and target ('specific node or artboard'). It also states the purpose (letting the user see what the agent is working on), which separates it from camera tools like set_camera_zoom or zoom_to_fit.

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 'so the user can see what the agent is working on' gives clear context for when to invoke the tool. It does not explicitly name alternative tools or say when not to use it, but the usage intent is clear enough for an agent.

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