Skip to main content
Glama

Move Organize Node

move_organize_node

Move an AFFiNE organize folder or link to a different parent or root level. Specify node ID and optional parent ID to reorganize your workspace structure.

Instructions

Experimental: move an AFFiNE organize folder or link node.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
workspaceIdNo
nodeIdYes
parentIdNoDestination folder id. Omit for root-level placement.
indexNoOptional fractional index. Defaults to append-after-last.
Behavior1/5

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

No annotations are provided, so the description must carry the burden. It only says 'Experimental' and 'move', but does not disclose if the operation is destructive, reversible, requires authentication, or how it affects associated data. This omission is critical for a mutation tool.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single sentence, which is concise. However, the brevity comes at the cost of missing important information. It is not verbose, but the structure could be improved to include more value without being longer.

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

Completeness1/5

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

Given 4 parameters, no output schema, and no annotations, the description is far too minimal. It does not explain the return value, error conditions, or behavioral details like what happens to child nodes. It is incomplete for practical use.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 50% (only parentId and index have descriptions). The description does not add any extra meaning for the parameters, leaving workspaceId and nodeId undocumented. It fails to compensate for the low schema coverage.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/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 (AFFiNE organize folder or link node). It is specific enough to understand what the tool does, though it does not differentiate from sibling tools like 'add_organize_link' or 'delete_organize_link'.

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

Usage Guidelines2/5

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

No guidance on when to use this tool versus alternatives. The description does not state prerequisites, context for moving, or when not to use it. The 'Experimental' tag hints at instability but does not provide usage direction.

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/DAWNCR0W/affine-mcp-server'

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