Skip to main content
Glama

TickTick MCP Server

by liadgez

ticktick_invite_collaborator

Invite collaborators to a project by specifying their email and role. Streamlines team involvement with customizable roles and optional personal messages for enhanced collaboration.

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