ticktick_archive_project
Archive completed projects by providing the project ID. This tool integrates with the TickTick MCP Server to streamline task management and maintain organized workflows.
Instructions
Archive a completed project
Input Schema
Name | Required | Description | Default |
---|---|---|---|
project_id | Yes | ID of the project to archive |
Input Schema (JSON Schema)
{
"properties": {
"project_id": {
"description": "ID of the project to archive",
"type": "string"
}
},
"required": [
"project_id"
],
"type": "object"
}