Skip to main content
Glama

Delete a task

clockify_delete_task
Destructive

Removes a task from a project permanently. Provide the task ID and set confirm to true to delete it.

Instructions

Removes a task from a project.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
confirmYesMust be true
task_idYesTask id
project_idNoProject id
project_nameNoProject name instead of the id
workspace_idNoWorkspace id. Falls back to CLOCKIFY_WORKSPACE_ID, then to the account's active workspace.
Behavior2/5

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

Annotations already signal destructiveHint=true, so the description does not need to repeat that. However, it adds no new behavioral information such as irreversibility, need for confirmation, or cascading effects on time entries or other data. The phrase 'from a project' is a scope qualifier, not a behavioral disclosure. This is consistent with annotations but adds minimal value beyond them.

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, direct sentence with no filler or redundancy. It is concise and front-loaded, stating the core action immediately. Every word contributes to the meaning.

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?

For a simple destructive operation with full schema coverage and annotations, the description is adequate but not rich. It lacks usage guidelines and behavioral details, but the schema and destructiveHint cover the essential safety and parameter context. It is a minimum viable description with clear gaps.

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?

All five parameters have descriptions in the input schema, so coverage is 100%. The description does not add any additional meaning to the parameters; it relies entirely on the schema. Baseline 3 is appropriate given high schema coverage.

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 action ('Removes'), the resource ('a task'), and the scope ('from a project'). This distinguishes it from sibling tools like delete_project or delete_time_entry. The title 'Delete a task' reinforces the intent.

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

Usage Guidelines2/5

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

The description gives no guidance on when to use this tool versus alternatives such as update_task or delete_project. No exclusions, prerequisites, or alternative suggestions are provided, leaving the agent to infer usage solely from the name and schema.

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/amalychev/clockify-mcp'

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