Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
GOOGLE_TOKEN_FILENoOverride the Google Tasks OAuth token path. Defaults to ~/.config/google-tasks-mcp/token.json~/.config/google-tasks-mcp/token.json
GOOGLE_API_NUM_RETRIESNoNative Google client retries per request; integer from 0 to 10. Default is 3.3

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": false
}

Tools

Functions exposed to the LLM to take actions

NameDescription
list_task_listsA

List the authenticated user's Google task lists.

get_task_listA

Get one Google task list by ID.

create_task_listC

Create a Google task list.

update_task_listA

Rename a Google task list.

delete_task_listA

Permanently delete a Google task list. Requires explicit confirmation.

list_tasksA

List tasks in a Google task list with filters and pagination.

get_taskA

Get one task by task-list ID and task ID.

create_taskA

Create a task, optionally as a subtask or after a sibling.

update_taskA

Patch a task's title, notes, due date, or status. Use null to clear notes or due.

complete_taskB

Mark a task completed.

reopen_taskA

Mark a completed task as needing action again.

move_taskA

Reorder a task, change its parent, or move it to another task list.

delete_taskA

Permanently delete a task. Requires explicit confirmation.

clear_completed_tasksA

Hide all completed tasks in a list. Requires explicit confirmation.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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

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