Skip to main content
Glama

Groundbase

time_log

Log time already spent, e.g. "2 hours on the Riverbend job yesterday". Give duration ("1:30", "90m", "1.5h" or a number of hours) and optionally startedAt (ISO 8601); without startedAt the entry ends now. Or give both startedAt and endedAt. Max 24 hours per entry.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
rateNoHourly rate as a decimal. Optional; inherited if omitted.
dealIdNoDeal UUID. Fills in the deal's contact and company automatically.
endedAtNoISO 8601 end. Optional.
billableNoDefault true.
currencyNoISO code for the rate.
durationNo"1:30", "90m", "1.5h", or hours as a number.
companyIdNoCompany UUID the time is for.
contactIdNoContact UUID the time is for.
startedAtNoISO 8601 start. Optional.
descriptionNoWhat the work was.

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 must disclose behavior. It does so by stating the max 24-hour limit and the 'ends now' behavior when startedAt is omitted. This adds meaningful context beyond the schema, though it doesn't cover authentication or return value.

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 concise sentences that front-load the purpose and then provide the key usage rules. No redundant information.

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 tool with 10 optional parameters, the description covers the critical usage patterns. The other parameters are well-described in the schema. The lack of an output schema means the agent doesn't need return details. The description is sufficient to invoke it correctly for typical cases.

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 covers all parameters at 100%, so baseline is 3. The description adds semantic value by explaining how duration, startedAt, and endedAt interact, and gives format examples for duration. This helps an agent construct valid calls.

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 tool logs time already spent, gives a concrete example, and defines the primary parameters. It distinguishes from siblings by emphasizing 'already spent' vs. timer-based tools, though it doesn't name them explicitly.

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?

It explains the two acceptable input patterns (duration alone, or startedAt+endedAt) and the behavior when startedAt is omitted. It doesn't explicitly compare to sibling tools like time_timer_start, but the phrasing 'already spent' implies it's for past time logging, providing enough context for selection.

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