Skip to main content
Glama

google_tasks_create_task

Create and manage tasks within Google Tasks by specifying a title, notes, due date, and task list. Integrates with Google MCP for AI-driven task management workflows.

Instructions

Create a new task

Input Schema

NameRequiredDescriptionDefault
dueNoDue date in RFC 3339 format (e.g., '2025-04-02T10:00:00.000Z')
notesNoNotes or description for the task
taskListIdNoID of the task list to create the task in (uses default if not specified)
titleYesTitle of the task

Input Schema (JSON Schema)

{ "properties": { "due": { "description": "Due date in RFC 3339 format (e.g., '2025-04-02T10:00:00.000Z')", "type": "string" }, "notes": { "description": "Notes or description for the task", "type": "string" }, "taskListId": { "description": "ID of the task list to create the task in (uses default if not specified)", "type": "string" }, "title": { "description": "Title of the task", "type": "string" } }, "required": [ "title" ], "type": "object" }

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/vakharwalad23/google-mcp'

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