Skip to main content
Glama
trustxai

amazing-clickup-mcp

by trustxai

clickup_stop_time_entry

Idempotent

Stop your active time tracking session in ClickUp. Ends the running timer for the authenticated user, returning confirmation of the stopped entry.

Instructions

Stop the authenticated user's currently running timer.

Calls POST /team/{team_id}/time_entries/stop.

When to Use:

  • Ending live time tracking started via clickup_start_time_entry.

When NOT to Use:

  • To delete the entry outright — use clickup_delete_time_entry after stopping it, if that's the intent.

Returns: A confirmation string with the now-finished entry's detail (its duration becomes positive once stopped), or a plain message if nothing was running.

Examples: params = {"team_id": "123"}

Error Handling: 400 typically means no timer was running for this user.

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 indicate idempotentHint=true and readOnlyHint=false, but the description adds value by explaining the return value (confirmation string with updated duration) and error handling (400 when no timer running). No contradiction 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.

Conciseness5/5

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

The description is well-structured with clear sections (action, endpoint, use cases, not-to-use, returns, example, error handling). It is concise with no redundant sentences.

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 simplicity (one parameter) and the presence of an output schema, the description covers behavior, error handling, and usage context completely. It addresses both successful and error scenarios.

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?

The schema already describes the team_id parameter. The description adds a usage example (`params = {"team_id": "123"}`) which clarifies the parameter format and defaults. Schema coverage is 0% in description text, but the example compensates.

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 'Stop the authenticated user's currently running timer.' This is a specific verb+resource action, and it effectively distinguishes from sibling tools like clickup_start_time_entry and clickup_delete_time_entry.

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?

The description includes explicit 'When to Use' and 'When NOT to Use' sections, referencing the related tool clickup_start_time_entry and clickup_delete_time_entry. This provides clear guidance on when to invoke this tool versus alternatives.

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

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