Skip to main content
Glama

create_time_entry

Create time entries in Clockify by specifying start time, description, and optional project details for tracking work hours.

Instructions

Create time entry (low-level). Prefer start_timer or log_time instead.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
workspaceIdNoWorkspace ID (defaults to active workspace)
startYesStart time (ISO 8601). Use current time to start a timer.
endNoEnd time (ISO 8601). Omit to start a running timer.
descriptionNoDescription of work done
projectIdNoProject ID
taskIdNoTask ID
billableNoWhether entry is billable
Behavior2/5

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

No annotations are provided, so the description carries the full burden of behavioral disclosure. While it mentions the tool is 'low-level,' it doesn't explain what that entails (e.g., whether it requires specific permissions, how it handles errors, or if it has side effects like affecting billing). The description lacks details on behavioral traits beyond the basic action.

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 extremely concise with only two short sentences, front-loading the core purpose and immediately following with usage guidance. Every word serves a clear purpose, with no wasted text or redundancy.

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?

Given the tool's complexity (7 parameters, mutation operation) and lack of annotations or output schema, the description is incomplete. It doesn't cover behavioral aspects like permissions, error handling, or return values, which are critical for a creation tool. However, the usage guidance and clear purpose provide some context.

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 all parameters thoroughly. The description adds no additional parameter semantics beyond what's in the schema, such as explaining interactions between parameters or providing examples. This meets the baseline for high schema coverage.

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 clearly states the verb ('Create') and resource ('time entry'), making the purpose immediately understandable. It distinguishes this tool from siblings by labeling it as 'low-level' and mentioning alternatives, though it doesn't specify what makes it low-level versus the alternatives.

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 explicitly provides usage guidance by stating 'Prefer start_timer or log_time instead,' which clearly indicates when not to use this tool and names specific alternatives. This helps the agent understand the tool's role in the context of sibling tools.

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

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