google_tasks_set_default_list

Set a specific task list as the default for operations in Google MCP, streamlining task management and ensuring consistent execution across workflows.

Instructions

Set the default task list ID for operations

Input Schema

NameRequiredDescriptionDefault
taskListIdYesThe ID of the task list to set as default

Input Schema (JSON Schema)

{ "properties": { "taskListId": { "description": "The ID of the task list to set as default", "type": "string" } }, "required": [ "taskListId" ], "type": "object" }
ID: opwf6bop3j