Skip to main content
Glama

TickTick MCP Server

by liadgez

ticktick_remove_collaborator

Remove a user's access to a specific project by providing the project ID and user ID with this tool, ensuring streamlined project collaboration management.

Instructions

Remove project access

Input Schema

NameRequiredDescriptionDefault
project_idYesID of the project
user_idYesID of user to remove

Input Schema (JSON Schema)

{ "properties": { "project_id": { "description": "ID of the project", "type": "string" }, "user_id": { "description": "ID of user to remove", "type": "string" } }, "required": [ "project_id", "user_id" ], "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