ticktick_get_projects
Retrieve all active and optional archived projects from TickTick using the MCP server to streamline task and project management for users.
Instructions
Get all projects from TickTick
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| include_archived | No | Include archived projects |
Input Schema (JSON Schema)
{
"properties": {
"include_archived": {
"default": false,
"description": "Include archived projects",
"type": "boolean"
}
},
"type": "object"
}