Skip to main content
Glama

Google Tasks MCP Server

move-task

Relocate a task within a Google Tasks list by specifying its new position, parent task, or sibling task using the MCP server integration for efficient task management.

Instructions

Move a task to another position

Input Schema

NameRequiredDescriptionDefault
parentNoOptional new parent task ID
previousNoOptional previous sibling task ID
taskYesTask ID to move
tasklistYesTask list ID

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "parent": { "description": "Optional new parent task ID", "type": "string" }, "previous": { "description": "Optional previous sibling task ID", "type": "string" }, "task": { "description": "Task ID to move", "type": "string" }, "tasklist": { "description": "Task list ID", "type": "string" } }, "required": [ "tasklist", "task" ], "type": "object" }

Other Tools from Google Tasks MCP Server

Related Tools

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/arpitbatra123/mcp-googletasks'

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