Skip to main content
Glama

time_tracking_start

Start a time tracker on a ClickUp task to record work duration. Optionally include description, billable status, and tags; only one timer runs at a time.

Instructions

Start the timer on a ClickUp task. Only one timer can run at a time. Supports optional description and billable status.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tagsNoArray of tag names to assign to the time entry
task_idNoThe ID of the task to start tracking (supports custom IDs like DEV-1234)
team_idYesThe ID of the team (workspace) to start tracking in
billableNoWhether this time is billable
descriptionNoDescription for the time entry
Behavior3/5

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

No annotations are provided, so the description carries the behavioral disclosure burden. It discloses the one-timer constraint, which is a key behavior, but does not explain what happens when a timer is already running (e.g., error vs. auto-replace). It also does not mention return values or permissions.

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 three concise sentences with no fluff. The main action is front-loaded, and every sentence adds relevant information: purpose, constraint, and supported options.

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 5-parameter tool with no annotations and no output schema, the description is adequate but incomplete. It covers the core purpose and a key constraint, but fails to explain the behavior when a timer is already running or what the response contains. This leaves important gaps for an agent deciding to invoke it.

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 coverage is 100%, so the baseline is 3. The description mentions 'description and billable status' as optional and refers to 'task' for task_id, but adds no additional syntax, format, or usage details beyond what the schema already provides.

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 'Start the timer on a ClickUp task,' which is a specific verb and resource. It distinguishes from sibling tools like time_tracking_stop and time_tracking_current, and mentions key attributes (one timer at a time, optional fields).

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 clear context by stating 'Only one timer can run at a time,' implying the need to check for an existing timer (time_tracking_current) and stop it (time_tracking_stop), but it does not explicitly name alternatives. No exclusions are given.

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