Skip to main content
Glama

time-tracking

Start timer

timer_start

Start a stopwatch for work on a project and return the start time. Only one runs at a time: a new one stops and logs the previous, naming it. rate is an hourly rate in MAJOR units for this timer only.

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 observed

TDQS

A4/5.0
Behavior4/5

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

With all annotations set to false, the description carries the full burden of behavioral disclosure. It adds a key non-obvious behavior: starting a new timer stops and logs the previous one. This goes beyond the schema and gives the agent important side-effect information.

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 two sentences, tightly written, with the primary purpose front-loaded. Every sentence contributes meaning: purpose, behavior, and a key parameter clarification. No redundancy or filler.

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?

The description covers the core behavior, the single-run constraint, and the return value (start time). It does not detail error handling or the exact naming convention for the logged previous timer, but these are secondary. Given the schema covers parameter specifics, the description is adequate for an agent to invoke the tool correctly.

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 schema already documents all parameters. The description adds only a clarification about 'MAJOR units' for the rate parameter, which is useful but minimal. It does not elaborate on tags, task, currency, or project beyond what the schema 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 a specific action: starting a stopwatch for project work and returning the start time. It also distinguishes itself from siblings by noting that only one timer runs at a time, implying this tool supersedes any existing timer.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies when to use it (to start a timer) and notes that it stops the previous one, but it does not explicitly mention alternatives like timer_stop for stopping without starting, or when not to use this tool. The guidance is implicit rather than explicit.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.