Skip to main content
Glama

Google Tasks MCP Server

create-task

Add new tasks to Google Tasks by specifying a task list ID, title, optional notes, and due date. Streamline task management directly through the MCP server interface.

Instructions

Create a new task in a task list

Input Schema

NameRequiredDescriptionDefault
dueNoDue date in RFC 3339 format (e.g., 2025-03-19T12:00:00Z)
notesNoNotes for the task
tasklistYesTask list ID
titleYesTitle of the task

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "due": { "description": "Due date in RFC 3339 format (e.g., 2025-03-19T12:00:00Z)", "type": "string" }, "notes": { "description": "Notes for the task", "type": "string" }, "tasklist": { "description": "Task list ID", "type": "string" }, "title": { "description": "Title of the task", "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