Skip to main content
Glama

copy_wiki_node

Duplicate a wiki node to another location or space, creating an independent copy with an optional new title.

Instructions

[Official API] Deep-copy a Wiki node into a different location (and optionally a different space). Underlying resource is duplicated.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
titleNoTitle for the copy (optional; defaults to source title)
space_idYesSource space ID
node_tokenYesWiki node token to copy
target_space_idNoDestination space ID (optional; same-space copy if omitted)
target_parent_tokenNoDestination parent wiki node token (optional)
Behavior4/5

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

No annotations are provided, so the description carries the burden. It discloses key behavioral traits: it is a deep copy (not a move), and 'Underlying resource is duplicated' clearly indicates the original remains. However, it omits return behavior, permissions, and edge cases.

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 one concise sentence plus one clarifying sentence. It is front-loaded with the core action and resource, and every sentence adds value without redundancy.

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

Completeness3/5

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

The description adequately explains the core operation and the schema covers all parameters, but with no output schema or annotations, it does not state what the API returns (e.g., new node token) or mention error/edge cases. Adequate for basic invocation but incomplete.

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?

All five parameters are fully described in the input schema (100% coverage), so the baseline is 3. The description does not add parameter-specific meaning beyond what the schema already provides.

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 clearly identifies the action ('Deep-copy'), the resource ('Wiki node'), and the destination ('different location (and optionally a different space)'). The phrase 'Underlying resource is duplicated' distinguishes it from sibling move_wiki_node.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies usage for duplicating a node to another location/space, but does not explicitly state when to use it instead of move_wiki_node or other wiki operations. No exclusions or alternative tool references are provided.

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/EthanQC/feishu-user-plugin'

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