Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
GOOGLE_TASKS_CLIENT_IDYesOAuth client ID from Google Cloud Console
GOOGLE_TASKS_TOKEN_PATHNoOptional path to store the OAuth token file
GOOGLE_TASKS_REDIRECT_URINoOAuth redirect URI (default is http://127.0.0.1:53682/oauth2callback)http://127.0.0.1:53682/oauth2callback
GOOGLE_TASKS_CLIENT_SECRETYesOAuth client secret from Google Cloud Console

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": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
google_tasks_get_authorization_urlA

Start local OAuth 2.0 authorization and return the URL the user must open in a browser.

google_tasks_complete_authorizationA

Confirm the browser OAuth callback has completed and save the local token.

google_tasks_list_tasklistsB

List the user's Google Tasks lists.

google_tasks_list_tasksC

List tasks in a Google Task list.

google_tasks_create_taskC

Create a Google Task. Due dates are RFC 3339 timestamps, for example 2026-08-18T17:00:00Z.

google_tasks_update_taskB

Update a task's title, notes, or due date. At least one editable field is required.

google_tasks_set_task_completionC

Complete or uncomplete a task.

google_tasks_delete_taskA

Permanently delete one task. First show the exact task to the user; this tool refuses to run without confirm: true.

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

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