Skip to main content
Glama

start_timer

Create a new running time entry to track time automatically. Provide project, task, and date to start the timer.

Instructions

Start a timer for a new time entry. Creates a running time entry that tracks time automatically.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
project_idYesThe project ID to start the timer for
task_idYesThe task ID to start the timer for
spent_dateYesDate for the timer (YYYY-MM-DD format)
notesNoInitial notes for the timer
external_referenceNo
Behavior3/5

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

With no annotations, the description bears full responsibility. It discloses that the tool 'starts a timer' and 'creates a running time entry', indicating mutation. However, it does not describe side effects (e.g., if another timer is already running) or auth requirements, which are critical 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 extremely concise with one clear sentence that is front-loaded with the key action. No filler or unnecessary information.

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?

Despite having 5 parameters and no output schema, the description omits critical context: return value, error handling, what happens on duplicate timers, or how to stop the timer. For a tool with no annotations, this is insufficient.

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 high (80%), so the baseline is 3. The description adds no extra meaning beyond the schema's parameter descriptions. It does not explain how parameters like external_reference affect behavior or provide formatting hints.

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 verb 'start' and resource 'timer for a new time entry', and distinguishes from sibling tools like restart_timer and stop_timer by specifying it creates a 'running time entry that tracks time automatically'.

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?

No guidance on when to use this tool versus alternatives. For example, it does not mention whether starting a new timer stops an existing one or what prerequisites are required (e.g., no overlapping timers). Implicit usage only.

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/ianaleck/harvest-mcp-server'

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