Skip to main content
Glama

move_wiki_node

Move a Wiki node to a different parent within the same space or to a different space. Specify the source space and node token, with optional new parent or target space.

Instructions

[Official API] Move a Wiki node to a different parent (within the same space) or to a different space. Pass at least one of target_parent_token / target_space_id.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
space_idYesSource space ID
node_tokenYesWiki node token to move
target_parent_tokenNoNew parent wiki node token (optional)
target_space_idNoNew target space ID (optional; same-space move if omitted)
Behavior3/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. It mentions scope (same space vs different) and parameter requirements, but does not disclose potential side effects on children, permissions, or revision history.

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 two sentences, front-loaded with the purpose, and contains no wasted words. Every sentence is necessary.

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?

With 4 parameters, no output schema, and no annotations, the description is adequate but not rich. It covers the core intent but omits return value, error scenarios, and behavioral details beyond what is absolutely necessary.

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?

The input schema has 100% description coverage, so the schema already documents each parameter. The description adds valuable semantic constraint: 'Pass at least one of target_parent_token / target_space_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 clearly states the action (move) and the resource (Wiki node), specifying the two possible destinations (different parent within same space or different space). It distinguishes from siblings like copy_wiki_node or delete_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 Guidelines4/5

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

The description provides guidance on which parameters to include ('Pass at least one of target_parent_token / target_space_id'), helping agents use the tool correctly. However, it does not explicitly contrast with alternatives when to move vs copy.

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