Skip to main content
Glama

TickTick MCP Server

by liadgez

ticktick_share_project

Share a TickTick project with others by specifying project ID, recipient emails, and permission levels (view, edit, admin). Include an optional invitation message for collaboration.

Instructions

Share project with others

Input Schema

NameRequiredDescriptionDefault
emailsYesEmail addresses to share with
messageNoOptional invitation message
permission_levelNoPermission level for shared usersedit
project_idYesID of the project to share

Input Schema (JSON Schema)

{ "properties": { "emails": { "description": "Email addresses to share with", "items": { "type": "string" }, "type": "array" }, "message": { "description": "Optional invitation message", "type": "string" }, "permission_level": { "default": "edit", "description": "Permission level for shared users", "enum": [ "view", "edit", "admin" ], "type": "string" }, "project_id": { "description": "ID of the project to share", "type": "string" } }, "required": [ "project_id", "emails" ], "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