Skip to main content
Glama

TickTick MCP Server

by liadgez

ticktick_invite_collaborator

Invite users to collaborate on a TickTick project by providing the project ID, email, and optional role or personal message. Simplify team task management.

Instructions

Invite user to project

Input Schema

NameRequiredDescriptionDefault
emailYesEmail address of user to invite
personal_messageNoPersonal invitation message
project_idYesID of the project
roleNoRole for the invited usermember

Input Schema (JSON Schema)

{ "properties": { "email": { "description": "Email address of user to invite", "type": "string" }, "personal_message": { "description": "Personal invitation message", "type": "string" }, "project_id": { "description": "ID of the project", "type": "string" }, "role": { "default": "member", "description": "Role for the invited user", "enum": [ "member", "editor", "admin" ], "type": "string" } }, "required": [ "project_id", "email" ], "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