Skip to main content
Glama

ticktick_list_tasks

Read-onlyIdempotent

Retrieve all active tasks from a specific TickTick project by providing the project ID. Use this tool to view your to-do list items, check task details, and manage project workload.

Instructions

List all active tasks in a specific TickTick project.

Fetches all tasks for the given project ID. Use ticktick_list_projects first if you don't know the project ID.

Args: params (ListTasksInput): - project_id (str): Project ID to list tasks from

Returns: str: JSON array of tasks, each with id, title, content, due_date, priority, status, tags, and project_id.

Examples: - Use when: "Show me my tasks in the Work project" - Use when: "What's on my to-do list?"

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
paramsYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

Annotations already provide comprehensive behavioral hints (readOnlyHint: true, destructiveHint: false, etc.), so the bar is lower. The description adds valuable context about the prerequisite (need project ID) and clarifies it fetches 'all active tasks' rather than filtered subsets, which isn't covered by annotations. No contradictions with annotations.

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

Conciseness4/5

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

Well-structured with clear sections (description, args, returns, examples) and front-loaded purpose. The examples are helpful but slightly verbose; every sentence earns its place by adding practical guidance or clarifying usage.

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

Completeness5/5

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

Given the tool's low complexity (single parameter), rich annotations covering safety and behavior, and the presence of an output schema (described in the returns section), the description is complete. It provides purpose, usage guidance, parameter context, and output format without redundancy.

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 description coverage is 0%, but the description compensates by explaining the single parameter's purpose ('Project ID to list tasks from') and providing guidance on how to obtain it (via ticktick_list_projects). However, it doesn't add format details or constraints beyond what's implied. With only one parameter, this meets baseline expectations.

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 the specific action ('List all active tasks') and resource ('in a specific TickTick project'), distinguishing it from siblings like ticktick_get_task (single task) and ticktick_list_projects (projects rather than tasks). It precisely defines scope with 'active tasks' and 'specific project'.

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

Usage Guidelines5/5

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

Explicitly provides when-to-use guidance: 'Use ticktick_list_projects first if you don't know the project ID' and includes two concrete examples ('Show me my tasks in the Work project' and 'What's on my to-do list?'). This clearly differentiates it from alternatives and provides practical application scenarios.

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/abdulhamid-n/ticktick-mcp'

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