Skip to main content
Glama
Kouta-i5

google-tasks-mcp-server

by Kouta-i5

タスクの移動・並べ替え

move-task

Move a Google Task to a new position: convert it into a subtask, reorder it before another task, or transfer it to a different task list by providing the task ID and optional target parameters.

Instructions

タスクの位置を変える。parent でサブタスク化、previous で並び順、destinationTasklist で別のタスクリストへ移動できる。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
taskYesタスクの ID。list-tasks で取得できる。
parentNo移動先の親タスク ID。省略するとトップレベルになる。
previousNo直前に置くタスクの ID。省略すると先頭に移動する。
tasklistNoタスクリストの ID。既定のリストは '@default'。ID は list-tasklists で取得できる。@default
destinationTasklistNo移動先のタスクリスト ID(別リストへ移す場合)
Behavior3/5

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

With no annotations provided, the description bears full responsibility for behavioral disclosure. It does state the primary behavior ('変える' - change) and the three parameter-specific effects, which implies it is a write operation. However, it does not disclose potential side effects (e.g., removal from current list), reversibility, or permission requirements, leaving operational uncertainty.

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 a single, compact sentence that front-loads the core action and then explains each parameter's role in one line. Every word contributes to understanding, with no redundant or tangential content.

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?

The description covers the main functionality and parameter-driven behaviors, which is adequate given the tool's simplicity and full schema coverage. However, it omits details about default behavior when destinationTasklist is omitted, error conditions, and the return value, and since there is no output schema or annotations, these gaps could confuse an agent in edge cases.

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 schema descriptions already cover each parameter's meaning at 100% coverage, but the description adds interpretive value by explicitly linking parameters to outcomes: 'parent' for subtasking, 'previous' for ordering, and 'destinationTasklist' for moving to another list. This contextualization goes beyond the raw schema 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 states a specific action ('タスクの位置を変える' - change the position of a task) and lists three distinct movement mechanisms (subtask, reorder, move to another list). This clearly distinguishes it from siblings like update-task (field updates) and complete-task (status change), making the purpose unambiguous.

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 when to use this tool (whenever a task's position needs changing) but does not explicitly compare it to alternatives or state when not to use it. It lacks exclusions or prerequisites, so an agent would have to infer the use case from the action description alone.

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/Kouta-i5/google-tasks-mcp-server'

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