Skip to main content
Glama

TickTick MCP Server

by rafliruslan

get_overdue_tasks

Retrieve all overdue tasks (incomplete tasks past their due date) from the TickTick task management service, optionally filtered by project ID, with timezone offset support.

Instructions

Get all overdue tasks (incomplete tasks past their due date)

Input Schema

NameRequiredDescriptionDefault
projectIdNoOptional project ID to filter overdue tasks
timezoneOffsetHoursNoTimezone offset in hours from UTC (e.g., 8 for UTC+8). Defaults to 8

Input Schema (JSON Schema)

{ "properties": { "projectId": { "description": "Optional project ID to filter overdue tasks", "type": "string" }, "timezoneOffsetHours": { "description": "Timezone offset in hours from UTC (e.g., 8 for UTC+8). Defaults to 8", "type": "number" } }, "type": "object" }
Install Server

Other Tools from TickTick MCP Server

Related Tools

    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/rafliruslan/ticktick-mcp-server'

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