Skip to main content
Glama

create_page

Create a page in Plane by providing a name and HTML content, with options to specify project, access, color, and other properties.

Instructions

Create a page.

Creates a project page if project_id is given, otherwise a workspace-level page.

Args: name: Page name description_html: Page content in HTML format project_id: UUID of the project. Omit to create a workspace page. access: Access level for the page (integer) color: Page color is_locked: Whether the page is locked archived_at: Archive timestamp (ISO 8601 format) view_props: View properties dictionary logo_props: Logo properties dictionary external_id: External system identifier external_source: External system source name

Returns: Created Page object

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYes
colorNo
accessNo
is_lockedNo
logo_propsNo
project_idNo
view_propsNo
archived_atNo
external_idNo
external_sourceNo
description_htmlYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
idNo
nameNo
anchorNo
owned_byNo
projectsNo
workspaceNo
created_atNo
updated_atNo
descriptionNo
description_htmlNo
description_binaryNo
description_strippedNo
Behavior3/5

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

No annotations are present, so the description must convey safety and mutation context. It states that a page is created and returns a Page object, but does not disclose permissions, side effects, or error conditions. This is adequate for a straightforward create operation but lacks depth.

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 tightly structured with a one-sentence summary, an Args list, and a Returns section. Every sentence adds value, with no redundant content. It is easy to scan and digest.

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?

Given 11 parameters and no annotations, the description covers all parameters and states the return object, making it reasonably complete. It also clarifies the critical scoping decision. Minor gaps exist around allowed integer values for access, color format, and internal structure of dictionary parameters like view_props, but these are not critical for basic invocation.

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?

With schema_description_coverage at 0%, the description's Args section is the sole parameter documentation. It provides meaningful semantics for all 11 parameters, including the key behavior of project_id ('Omit to create a workspace page'), format hints for archived_at (ISO 8601) and description_html (HTML), and type for access (integer). Some descriptions are tautological (e.g., 'Page name'), but overall it compensates well for the missing schema documentation.

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 opens with 'Create a page.' and immediately clarifies the two scope variants (project page vs workspace-level page) based on project_id. This is a specific verb+resource with clear differentiation from sibling tools, none of which create pages.

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 description provides clear context on when to use the tool: creating a page, with explicit guidance on using project_id for project pages or omitting it for workspace pages. It does not explicitly exclude alternatives, but no sibling tool offers page creation, so this is sufficient.

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/leigangzhang/plane-mcp-server-adapter'

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