Skip to main content
Glama

TickTick MCP Server

by liadgez

ticktick_get_team_activity

Retrieve and filter team activity logs for a specific project in TickTick. Fetch task creations, completions, assignments, comments, or project shares to monitor project progress and collaboration.

Instructions

Project activity feed

Input Schema

NameRequiredDescriptionDefault
activity_typesNoFilter by activity types
limitNoNumber of activities to retrieve
project_idYesID of the project

Input Schema (JSON Schema)

{ "properties": { "activity_types": { "description": "Filter by activity types", "items": { "enum": [ "task_created", "task_completed", "task_assigned", "comment_added", "project_shared" ], "type": "string" }, "type": "array" }, "limit": { "default": 50, "description": "Number of activities to retrieve", "type": "number" }, "project_id": { "description": "ID of the project", "type": "string" } }, "required": [ "project_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