Skip to content

Add support for fetching Inbox tasks #51

Description

@mattmargolis

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!

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