Skip to main content
Glama

Groundbase

time_timer_start

Start the user's timer, optionally against a contact, company or deal. Only one timer runs at a time: starting a new one stops and saves the running one (returned as stopped). The rate is taken from rate or, if omitted, from the last rate used for that deal/contact/company.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
rateNoHourly rate as a decimal, e.g. "85". Optional.
dealIdNoDeal UUID. Fills in the deal's contact and company automatically.
billableNoDefault true.
currencyNoISO code for the rate. Defaults to the user's invoicing currency.
companyIdNoCompany UUID the time is for.
contactIdNoContact UUID the time is for.
descriptionNoWhat the work is.

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

A4.4/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 full behavioral burden. It discloses the important side effect that only one timer runs at a time and that starting a new one stops/saves the running one, returned as `stopped`. It also explains the rate fallback, though it does not describe the success return shape or any required 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?

Two sentences, both essential. The core action is front-loaded, followed by the critical single-timer exception and the rate rule. There is 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?

For a 7-parameter tool with no output schema and no annotations, the description is largely complete: it clarifies the timer lifecycle, entity association, rate fallback, and the stopped-timer return value. Minor gaps remain, such as whether contact/company/deal parameters are mutually exclusive and what exactly the started-timer response contains.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/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 adds genuine value by explaining that the rate is taken from `rate` or falls back to the last rate used for the associated deal/contact/company, and by clarifying the optional entity association, which goes slightly beyond the schema's field descriptions.

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 uses a specific verb ('Start') and resource ('the user's timer') and adds optional entity association to contact, company, or deal. The single-timer behavior further distinguishes it from sibling tools like time_timer_stop and time_log.

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 clearly conveys when to use the tool: to start a timer, optionally scoped to a deal/contact/company, with rate fallback behavior. It does not explicitly name time_timer_stop as the alternative for stopping without starting, but the sibling name and the one-timer rule make that boundary clear enough.

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.

Resources