Skip to main content
Glama

TickTick MCP Server

by liadgez

ticktick_get_schedule_conflicts

Identify scheduling conflicts within a specified date range, including task overlaps and minimum thresholds, to streamline time management and avoid double-booking.

Instructions

Detect scheduling conflicts

Input Schema

NameRequiredDescriptionDefault
conflict_threshold_minutesNoMinimum overlap time to consider conflict
end_dateNoEnd date to check (YYYY-MM-DD)
include_tasksNoInclude task conflicts
start_dateNoStart date to check (YYYY-MM-DD)

Input Schema (JSON Schema)

{ "properties": { "conflict_threshold_minutes": { "default": 15, "description": "Minimum overlap time to consider conflict", "type": "number" }, "end_date": { "description": "End date to check (YYYY-MM-DD)", "type": "string" }, "include_tasks": { "default": true, "description": "Include task conflicts", "type": "boolean" }, "start_date": { "description": "Start date to check (YYYY-MM-DD)", "type": "string" } }, "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/liadgez/ticktick-mcp-server'

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