Description:
The TickTick MCP server cannot retrieve tasks from the user's Inbox.
Steps to reproduce:
- Get user status with ticktick_get_status
- Note the Inbox ID (e.g., inbox115184183)
- Try to get inbox tasks:
- get_project with project_id: "inbox115184183" → returns 404
- list_tasks with project_id: "inbox115184183" → returns validation error
Expected behavior:
Should be able to retrieve tasks from Inbox like from any other project.
Actual results:
- get_project (include_tasks=true):
Error: Resource not found: Project not found: inbox115184183
Status code: 404
- list_tasks (project_id="inbox115184183"):
Error: Invalid input: 1 validation error for Task
repeatFrom: Input should be a valid integer, unable to parse string as ''
Environment:
- User ID: 115184183
- Inbox ID: inbox115184183
- Pro Account: Yes
Notes:
- Individual tasks from Inbox can be fetched successfully using get_task with task ID
- The Inbox exists in TickTick API but is treated as a special entity, not a regular project
- The list_tasks error suggests the server fails to parse the repeatFrom field when it's empty
Description:
The TickTick MCP server cannot retrieve tasks from the user's Inbox.
Steps to reproduce:
Expected behavior:
Should be able to retrieve tasks from Inbox like from any other project.
Actual results:
Error: Resource not found: Project not found: inbox115184183
Status code: 404
Error: Invalid input: 1 validation error for Task
repeatFrom: Input should be a valid integer, unable to parse string as ''
Environment:
Notes: