Google Tasks MCP Server

create_task

Add new tasks to Google Tasks with specified titles and optional notes using the integration tool within the Google Tasks MCP Server.

Instructions

Create a new task in Google Tasks

Input Schema

NameRequiredDescriptionDefault
notesNoNotes for the task
titleYesTitle of the task

Input Schema (JSON Schema)

{ "properties": { "notes": { "description": "Notes for the task", "type": "string" }, "title": { "description": "Title of the task", "type": "string" } }, "required": [ "title" ], "type": "object" }

You must be authenticated.

Other Tools from Google Tasks MCP Server

Related Tools

ID: dl82dtjqew