Skip to main content
Glama

delete_time_entry

Delete one or more ClickUp time entries. Provide the workspace team ID and the array of time entry IDs to remove them from your workspace.

Instructions

Delete one or more time entries

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
team_idYesThe workspace/team ID
timer_idsYesArray of time entry IDs to delete
Behavior2/5

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

No annotations are provided, so the description carries full responsibility for behavioral disclosure. It fails to disclose that deletion is typically irreversible/destructive, requires appropriate permissions, what happens to associated tags or data, or whether batch deletion is atomic. 'Delete' implies mutation but gives no warning about consequences.

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?

The description is a single efficient sentence with zero wasted words. It conveys the action, the resource, and the batch aspect compactly. While minimal, it is appropriately terse.

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

Completeness2/5

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

For a destructive mutation tool with no annotations and no output schema, the description should provide more context. It doesn't address irreversibility, permission requirements, edge cases (deleting running timers), or behavior on non-existent IDs. As a batch delete operation, this warrants additional explanation.

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 100%, so the schema already documents both parameters (team_id and timer_ids) fully. The description adds no semantic value beyond the schema, making baseline 3 appropriate. The schema's field descriptions are adequate on their own.

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

Purpose4/5

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

The description 'Delete one or more time entries' clearly states the verb (delete) and resource (time entries), including the fact that it supports batch deletion. It distinguishes well from siblings like create_time_entry and update_time_entry, though it doesn't explicitly differentiate from the similar update_time_entry or note scope limits.

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?

There is no guidance on when to use this tool vs alternatives. It doesn't mention that deletion is permanent/irreversible, whether running timers can be deleted, or contrast with siblings like stop_timer or update_time_entry. The description provides no usage context beyond the basic action.

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/MohanadAlrefaai/clickup-mcp'

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