Skip to main content
Glama

get_task_detail

Retrieve complete details of a TickTick task, including checklist, reminders, recurrence, tags, dates, subtask info, focus summaries, and all metadata.

Instructions

Return full detail of a specific task: checklist, reminders, recurrence,
tags, dates, subtask info, focus summaries, and all metadata.

[Category: Tasks — Read]  [Auth: V1]
[Related: get_project_tasks, update_task, complete_task]

Args:
    project_id: The project containing the task.
    task_id: The task ID.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
project_idYes
task_idYes
Behavior3/5

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

No annotations are provided, so the description must carry the full burden of behavioral disclosure. It identifies the tool as read-only via '[Category: Tasks — Read]' and lists the data returned, but it does not mention side effects, error handling (e.g., what if the task does not exist), authentication specifics, or rate limits. The description is minimally transparent but lacks depth beyond the basic read nature.

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 highly concise: one sentence for the primary purpose, a single line for category/auth/related tools, and a compact args list. Every sentence contributes valuable information without redundancy. The structure is front-loaded with the main purpose, and the additional lines are well-organized.

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

Completeness4/5

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

Given that there is no output schema, the description helpfully enumerates the data returned (checklist, reminders, recurrence, etc.), setting clear expectations. However, it omits details on potential errors (e.g., task not found, permissions) and does not specify whether the response includes all possible fields or only those present. For a simple read operation, it is mostly complete, but a small gap remains.

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

Parameters4/5

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

Schema description coverage is 0%, so the description must compensate. The 'Args:' section provides brief semantic meaning for both parameters: 'The project containing the task' and 'The task ID.' This adds value beyond the schema's bare field names and types, clarifying the role of project_id as a container context. A more detailed format or constraint specification would push it higher, but for two simple string parameters, it's adequate.

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 tool's purpose: 'Return full detail of a specific task' and enumerates the types of information returned (checklist, reminders, recurrence, etc.). It distinguishes from siblings by listing related tools (get_project_tasks, update_task, complete_task) and by explicitly categorizing it as a 'Read' operation, making its role clear among the many sibling tools.

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 provides context via '[Category: Tasks — Read]' and 'Auth: V1', and mentions related tools, which implicitly guides when to use this tool versus alternatives. However, it lacks explicit statements such as 'Use this when you need full task details; use get_project_tasks for a summary list' or any conditions when not to use it.

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/KpihX/tick-mcp'

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