Skip to main content
Glama

TickTick MCP Server

by liadgez

ticktick_convert_datetime_to_ticktick_format

Converts human-readable datetime strings into the TickTick API-compatible format, specifying timezone for accurate task scheduling and management integrations.

Instructions

Convert datetime to TickTick API format

Input Schema

NameRequiredDescriptionDefault
datetime_stringYesHuman-readable datetime string
timezoneNoTimezone (e.g., America/New_York)UTC

Input Schema (JSON Schema)

{ "properties": { "datetime_string": { "description": "Human-readable datetime string", "type": "string" }, "timezone": { "default": "UTC", "description": "Timezone (e.g., America/New_York)", "type": "string" } }, "required": [ "datetime_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