Skip to main content
Glama
justerlex

google-tasks-mcp

by justerlex

diff_tasks

Retrieve all task changes since a timestamp, grouped by list as completed, active, or deleted. Captures hidden completions from Google Tasks apps across all lists or a specific one.

Instructions

Harvest every change since a timestamp: returns tasks updated after since, grouped per list into completed / active / deleted. Queries with showCompleted+showHidden+showDeleted so completions made in the Google Tasks apps (which become hidden) are not missed. Omit tasklist to sweep every list. The API has no sync tokens; keep your own snapshot and pass its timestamp as since.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sinceYesRFC3339 timestamp, e.g. 2026-07-20T00:00:00.000Z
tasklistNoLimit to one task list id (default: all lists)
Behavior5/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations, the description fully handles transparency: it explains that queries include showCompleted, showHidden, and showDeleted to avoid missing completions that become hidden, and notes the API lacks sync tokens, requiring manual snapshot management.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is concise (3 sentences) and front-loaded with the core purpose. Every sentence adds essential information without redundancy.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given no output schema, the description adequately explains the return format (grouped into completed/active/deleted) and covers the main behavioral aspects, including the API limitation. It is complete for a sync tool.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100%, so baseline is 3. The description adds value by explaining that `since` is the timestamp of the last snapshot and that `tasklist` defaults to all lists, providing practical context beyond the schema.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool's purpose: harvesting changes since a timestamp, returning tasks updated after `since`, grouped by list into completed/active/deleted. It distinguishes itself from siblings like list_tasks by focusing on incremental sync with grouping.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides guidance on when to use, including omitting `tasklist` to sweep all lists and keeping a snapshot to pass as `since`. However, it does not explicitly contrast with sibling tools like list_tasks, which is a minor gap.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

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/justerlex/google-tasks-mcp'

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