Skip to main content
Glama

move_task

Move tasks between parents or reorder them within the current parent by specifying a new parent ID and position.

Instructions

Move a task to a different parent or reorder within its current parent.

task_id and new_parent_id each accept any reference form — UUID, sequence shorthand (#123, personal-org only), canonical ref (acme-123), or app URL — and are resolved to UUIDs before the move.

new_parent_id=None detaches the task to root level (kept as-is, not resolved). position is the insertion index in the target's children list (0 = first). Omit to append at end.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
task_idYes
new_parent_idNo
positionNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

No annotations are provided, so the description carries full burden. It explains parameter resolving behavior, detachment with None, and position indexing, providing good behavioral detail. However, it omits potential pitfalls like moving to descendants.

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 concise, front-loaded with purpose, and each sentence adds value. No redundant or extraneous information.

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?

With an output schema present, return values need not be described. The description covers key behaviors and parameter usage. Minor lack of constraints (e.g., 'cannot move to a descendant') but overall adequate for a move/reorder operation.

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

Parameters5/5

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

Despite 0% schema description coverage, the tool's description thoroughly explains each parameter: task_id and new_parent_id accept multiple reference forms, new_parent_id=None detaches, position is insertion index with omission to append. This fully compensates for the schema's lack of descriptions.

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 tool moves a task to a different parent or reorders within the same parent, using specific verbs and resource. This distinguishes it from sibling tools like create_task, delete_task, update_task, etc.

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 does not explicitly state when to use this tool over alternatives like update_task or promote_task. Usage is implied but not guided.

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/Circuit-Stitch/defernowork-mcp'

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