Skip to main content
Glama

Google Tasks MCP Server

by mstfe

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

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

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