Skip to main content
Glama

Google Tasks MCP Server

update-tasklist

Modify the title of an existing task list in Google Tasks by specifying the task list ID and the new title. Simplifies task list management through direct integration with Google Tasks.

Instructions

Update an existing task list

Input Schema

NameRequiredDescriptionDefault
tasklistYesTask list ID
titleYesNew title for the task list

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "tasklist": { "description": "Task list ID", "type": "string" }, "title": { "description": "New title for the task list", "type": "string" } }, "required": [ "tasklist", "title" ], "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