Skip to main content
Glama
squidcode

Timebook

Official

start_timer

Start a timer on a project. Automatically stops any other running timer to ensure only one timer runs at a time.

Instructions

Start a timer on a project. Stops any other running timer first — Timebook allows only one active timer at a time.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
projectYesProject id (UUID) or exact project name. Use list_projects to discover.
descriptionNoWhat the user is working on (visible in the time entry).
rateNoOptional rate id (UUID) or exact rate name (e.g. "Software Development").
Behavior5/5

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

The description goes beyond annotations by clearly stating the non-obvious side effect of stopping any other running timer. This is critical for an agent to understand the tool's behavior, especially since annotations only indicate it's not read-only.

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 two sentences that front-load the essential purpose and key behavioral constraint. No unnecessary words.

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?

Given the tool's simplicity (3 parameters, 1 required, no output schema), the description covers the core behavior and side effects. It could mention error handling or prerequisites, but overall it is sufficiently complete.

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 already has 100% coverage with detailed descriptions for each parameter. The tool description does not add additional semantic information beyond what is in the schema, so a baseline score of 3 is appropriate.

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 explicitly states 'Start a timer on a project' and notes it stops any other running timer, clearly distinguishing it from sibling tools like stop_timer or get_active_timer.

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 explains that it stops any other running timer because only one active timer is allowed, providing clear context for when to use. It does not explicitly list alternatives or when not to use, but the behavior is adequately explained.

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/squidcode/timebook-cli'

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