Skip to main content
Glama

ticktick_get_tasks

List tasks from your TickTick projects with optional filters: project, tag, due date range, or include completed tasks.

Instructions

Use this to list tasks with optional filters. Fetches all tasks from a project (or all projects) and filters client-side. Optional: projectId, tag, dueBefore, dueAfter (YYYY-MM-DD strings), includeCompleted (default false).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
projectIdNoFilter by project/list ID. Omit to search all projects
tagNoFilter by tag (e.g. "@computer")
dueBeforeNoFilter tasks due before this date (YYYY-MM-DD)
dueAfterNoFilter tasks due after this date (YYYY-MM-DD)
includeCompletedNoInclude completed tasks (default: false)
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations, the description carries full burden. It discloses the key behavior: 'Fetches all tasks from a project (or all projects) and filters client-side', which is important for performance expectations. It does not mention auth or rate limits, but for a read-only list, this is sufficient.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single sentence that front-loads the purpose, then lists parameters optionally. Every word earns its place; no fluff or redundancy.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

No output schema is provided, so the description should inform about return values. It fails to mention what fields the returned tasks contain or any pagination/limit, leaving the agent to infer. For a list tool, this is a notable gap.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100%, so baseline is 3. The description repeats parameter names and adds default for includeCompleted and date format, but these are already in the schema descriptions. It adds marginal value beyond the schema.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states 'list tasks with optional filters', using a specific verb and resource. It distinguishes itself from sibling tools like ticktick_get_task (singular) and ticktick_create_task, making its purpose unambiguous.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description explicitly says 'Use this to list tasks with optional filters', which is direct. It doesn't specify when not to use or provide alternatives, but the sibling tools are all different actions (create, complete, move, etc.), so usage context is clear.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/produckteavity/ticktick-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server