Skip to main content
Glama
Kouta-i5

google-tasks-mcp-server

by Kouta-i5

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
GOOGLE_TASKS_TOKEN_PATHNoPath where the authentication token is stored.~/.config/google-tasks-mcp-server/token.json
GOOGLE_TASKS_CLIENT_SECRET_PATHYesPath to the client_secret_*.json file downloaded from GCP.

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
list-tasklistsA

認証中のアカウントが持つタスクリストを一覧する。他ツールに渡す tasklist ID はここで得る。

get-tasklistB

指定したタスクリストの情報を取得する。

create-tasklistB

新しいタスクリストを作成する。

update-tasklistB

タスクリストの名前を変更する。

delete-tasklistA

タスクリストを削除する。中のタスクもすべて消える。取り消せない。

list-tasksA

タスクリスト内のタスクを一覧する。期限や更新日時での絞り込みができる。API 経由で完了にしたタスクは既定でも一覧に含まれる(clear-completed-tasks で非表示にできる)。

get-taskB

タスク 1 件の詳細を取得する。

create-taskA

タスクを作成する。parent を指定するとサブタスクになる。

update-taskA

タスクの内容を部分更新する。指定した項目だけが変わり、他は保持される。完了にするだけなら complete-task を使う。

complete-taskC

タスクを完了にする。completed を false にすると未完了に戻す。

move-taskA

タスクの位置を変える。parent でサブタスク化、previous で並び順、destinationTasklist で別のタスクリストへ移動できる。

delete-taskB

タスクを削除する。取り消せない。

clear-completed-tasksA

タスクリスト内の完了済みタスクをまとめて非表示にする。一覧には出なくなるが、showHidden: true を指定すれば取得できる。

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.9/5.0

Scored across 13 tools

Disambiguation5/5

Every tool has a clearly distinct purpose: tasklist CRUD, task CRUD, and specific actions (complete, move, clear). No two tools overlap in functionality, and the descriptions reinforce their boundaries.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern in lowercase with hyphens (e.g., list-tasklists, get-task, delete-task). The naming is uniform and predictable across both tasklists and tasks.

Tool Count5/5

With 13 tools, the set is well-scoped for a Google Tasks server. It covers both tasklists and tasks with CRUD operations plus useful extras (complete, move, clear-completed) without unnecessary bloat.

Completeness5/5

The tool surface is complete for the domain: full CRUD for tasklists and tasks, plus lifecycle operations like completion and moving. There are no missing essential operations or dead ends.

Maintenance

ActivityMaintained
ResponsivenessNo issues