Skip to main content
Glama

TickTick MCP Server

by liadgez

ticktick_set_project_permissions

Manage project access by configuring permissions for tasks, invitations, deletions, and reports on the TickTick MCP Server. Apply settings to existing collaborators as needed.

Instructions

Configure access levels

Input Schema

NameRequiredDescriptionDefault
apply_to_existingNoApply to existing collaborators
permissionsYesPermission settings
project_idYesID of the project

Input Schema (JSON Schema)

{ "properties": { "apply_to_existing": { "default": false, "description": "Apply to existing collaborators", "type": "boolean" }, "permissions": { "description": "Permission settings", "properties": { "can_delete_tasks": { "type": "boolean" }, "can_edit_tasks": { "type": "boolean" }, "can_invite": { "type": "boolean" }, "can_view_reports": { "type": "boolean" } }, "type": "object" }, "project_id": { "description": "ID of the project", "type": "string" } }, "required": [ "project_id", "permissions" ], "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