Skip to main content
Glama

time_entry_update

Change an existing time entry's start, duration, end time, description, or billable status in ClickUp.

Instructions

Update an existing time entry. Supports changing start, duration, end time, description, and billable status.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tagsNoArray of tag names to assign to the time entry
startNoNew start time in YYYY-MM-DD HH:MM format
team_idYesThe ID of the team (workspace) containing the time entry
billableNoWhether this time is billable
durationNoNew duration in format like 1h 30m
end_timeNoNew end time in YYYY-MM-DD HH:MM format
entry_idYesThe ID of the time entry to update
descriptionNoNew description for the time entry
Behavior2/5

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

With no annotations, the description carries the full burden of behavioral disclosure. It lists the fields that can be changed but does not explain whether updates are partial or full, how conflicting fields like duration and end_time are handled, or any side effects such as tag replacement behavior. This is insufficient for a mutation tool.

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 two short sentences, front-loaded with the primary action, and contains zero waste. It is appropriately sized for the information provided.

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?

Given the tool's complexity (8 parameters, no output schema, no annotations), the description is too sparse. It does not explain update semantics, field interactions, or validation rules, leaving critical gaps for an AI agent to use it correctly.

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 baseline is 3. The description adds minimal value by grouping some fields (start, duration, end time, description, billable) but omits 'tags' and does not clarify semantics 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 the tool's function: 'Update an existing time entry' with a specific verb and resource. It distinguishes itself from sibling tools like time_entry_create, time_entry_delete, and time_entries_list by indicating this modifies existing entries.

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

Usage Guidelines3/5

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

The purpose is implied clearly, but there is no explicit guidance on when to use this tool versus alternatives like time_entry_create or time_tracking_start. No exclusions or prerequisites are mentioned beyond what the schema implies.

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

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