Skip to content

Cannot access Inbox tasks - get_project returns 404, list_tasks validation error #36

@DaSh-More

Description

@DaSh-More

Description:

The TickTick MCP server cannot retrieve tasks from the user's Inbox.

Steps to reproduce:

  1. Get user status with ticktick_get_status
  2. Note the Inbox ID (e.g., inbox115184183)
  3. 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:

  1. get_project (include_tasks=true):
    Error: Resource not found: Project not found: inbox115184183
    Status code: 404
  2. 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions