Skip to main content
Glama

Start timer

timer_start

Start tracking billable time for a project or client, automatically stopping and logging any previously running timer.

Instructions

Start a stopwatch for billable work on a project or client (timesheet / hours per project). Only one timer runs at a time: starting a new one stops and logs the previous one.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
rateNoHourly rate for this timer only; a number (90) or the words the user said, e.g. rate '90 euros an hour'. Defaults to the project rate set by project_set_rate.
tagsNoFree-form tags, e.g. ['dev','meeting']
taskNoWhat you are working on right now
projectYesProject or client name, e.g. 'acme-website'. A partial name that matches exactly one existing project is used as that project.
currencyNoCurrency of the rate: EUR, USD, GBP, PLN, or words like 'euros'. Defaults to the project currency, else USD.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.20.0

TDQS

A4.2/5.0
Behavior4/5

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

No annotations are provided, so the description carries the burden; it discloses the key side effect: only one timer runs and starting a new one stops and logs the previous one. It does not elaborate on output or persistence beyond that, but the core behavioral trap is explicitly flagged.

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?

Two sentences with no filler. The first sentence front-loads action and scope; the second delivers the most important behavioral caveat.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a simple state-transition tool with fully described schema parameters, the description captures purpose and the critical runtime constraint. It does not describe return values, but no output schema exists and the endpoint's behavior is adequately specified for selecting and invoking 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?

The input schema covers all 5 parameters with their own descriptions, so the description does not need to repeat those semantics. It adds 'project or client' context but leaves rate, tags, and currency details to the schema, which is appropriate at full schema coverage.

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?

States a specific action ('Start a stopwatch') and resource scope ('billable work on a project or client'), and the single-timer limitation distinguishes it from siblings like timer_stop and timer_status. The title and name are expanded, not merely echoed.

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?

Clear context: use when beginning billable tracking for a project or client. It does not explicitly name alternatives or exclusions, so it stops short of the top score.

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