Skip to main content
Glama

TickTick MCP Server

by liadgez

ticktick_convert_datetime_to_ticktick_format

Convert human-readable datetime strings to the TickTick API format with specified timezone, enabling accurate task scheduling and integration within the TickTick MCP Server.

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" }

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