Ticktick

TICKTICK_GET_PROJECT_WITH_DATA

Tool to retrieve a project and its associated data (tasks, columns). Use when you need full project details including its tasks and columns after selecting a project ID.

Remote ticktick

Other tools also called TICKTICK_GET_PROJECT_WITH_DATA? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "projectId": {
      "type": "string",
      "title": "Project Id",
      "examples": [
        "6226ff9877acee87727f6bca"
      ],
      "description": "Project identifier to retrieve data for"
    }
  }
}