Problem
The current tools (get_all_tasks, search_tasks) only return tasks from named projects and skip the TickTick Inbox (the default "light bulb" project). Tasks that haven't been assigned to a project are invisible to the MCP server.
Expected Behavior
Inbox tasks should be included in get_all_tasks results and searchable via search_tasks. Ideally, a dedicated get_inbox_tasks tool could also be useful.
Context
The TickTick API does expose Inbox tasks — they live under a special project. The MCP server just needs to include that project when querying.
Thanks for the great MCP server!
Problem
The current tools (
get_all_tasks,search_tasks) only return tasks from named projects and skip the TickTick Inbox (the default "light bulb" project). Tasks that haven't been assigned to a project are invisible to the MCP server.Expected Behavior
Inbox tasks should be included in
get_all_tasksresults and searchable viasearch_tasks. Ideally, a dedicatedget_inbox_taskstool could also be useful.Context
The TickTick API does expose Inbox tasks — they live under a special project. The MCP server just needs to include that project when querying.
Thanks for the great MCP server!