Skip to main content
Glama

Google Tasks MCP Server

list-tasks

Retrieve and display all tasks from a specified task list, with options to include completed, hidden, or deleted tasks, using the Google Tasks MCP Server integration.

Instructions

List all tasks in a task list

Input Schema

NameRequiredDescriptionDefault
showCompletedNoWhether to include completed tasks
showDeletedNoWhether to include deleted tasks
showHiddenNoWhether to include hidden tasks
tasklistYesTask list ID

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "showCompleted": { "description": "Whether to include completed tasks", "type": "boolean" }, "showDeleted": { "description": "Whether to include deleted tasks", "type": "boolean" }, "showHidden": { "description": "Whether to include hidden tasks", "type": "boolean" }, "tasklist": { "description": "Task list ID", "type": "string" } }, "required": [ "tasklist" ], "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