Skip to main content
Glama
abelsr

Plane MCP Server

by abelsr

Restore Page

restore_page

Restore an archived page to make it active again. Specify the page UUID to recover a previously archived page in your Plane workspace.

Instructions

Restore a previously archived page.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
page_idYesPage UUID.
project_idNoProject UUID for a project page; omit for a workspace wiki page.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed2 schema fields changedv0.1.1
    • addedInput schema / properties / page_id / description
      Added value: +"Page UUID."
    • addedInput schema / properties / project_id / description
      Added value: +"Project UUID for a project page; omit for a workspace wiki page."
  2. First observedv0.1.0

TDQS

A3.8/5.0
Behavior2/5

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

No annotations are provided, so the description carries the full burden of behavioral disclosure. It only restates the core action and adds 'archived' context, but does not mention side effects, reversibility, permission requirements, or what happens if the page was deleted rather than archived.

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 wasted words. The core scope, 'previously archived page', is front-loaded and every word earns its place.

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 tool with an output schema and fully described parameters, the short description covers the essential use case. It could be slightly richer on behavioral details, but nothing critical is missing for selecting and invoking the tool.

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 parameters are already fully documented in the schema. The description itself adds no additional meaning about page_id or project_id, so it stays at the baseline of 3.

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, 'restore', and a clear resource, 'previously archived page'. It unambiguously identifies the operation as the reverse of archive_page and distinguishes it from delete_page, create_page, and update_page.

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 'previously archived page' gives clear context for when to call this tool: only for pages that are archived. It does not explicitly name alternative tools or exclusions, but the condition is implied well enough for an agent to route correctly.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.