Skip to main content
Glama

Start the timer

goalslot_start_timer

Start the shared timer to track time for a goal, task, or custom activity, with notes and a controlled takeover option when a session is already running.

Instructions

WRITES. Starts the shared GoalSlot timer for this account. The same timer the user sees in the web and mobile apps, not a private one. Only one timer can run at a time. If one is already running this returns TIMER_ALREADY_RUNNING with what it is tracking and how long it has been going. Do not pass takeOver to get past that on your own: takeOver DISCARDS the running session and its elapsed time is lost with no time entry written. Show the user what is running and let them choose to stop it or replace it. Attach goalId when the work belongs to a goal, so stopping the timer credits that goal.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
notesNoNotes carried onto the time entry when the timer stops.
goalIdNoGoal id from list_goals. Never construct or guess an id.
taskIdNoTask id from list_tasks. Never construct or guess an id.
takeOverNoReplace a session that is already running. DESTRUCTIVE: the replaced session is discarded and its elapsed time is never written anywhere. Only send true after the user has explicitly said to throw that time away.
taskNameNoFree-text label for what is being worked on, for example "Refactoring the timer store".
scheduleBlockIdNoSchedule block id from get_schedule. Never construct or guess an id.
Behavior5/5

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

Beyond the annotations, the description discloses critical behavior: the timer is shared, only one can run, an already-running timer returns TIMER_ALREADY_RUNNING with details, and takeOver discards the running session with elapsed time lost and no time entry written. This gives the agent the safety-critical context needed for correct invocation. No contradiction with annotations; destructiveHint=false reflects the default non-destructive path.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is front-loaded with the core action and uses a compact paragraph. It is somewhat dense, but each sentence adds necessary operational or safety information, so the length is justified.

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 that there is no output schema and six optional parameters, the description covers the most important operational facts: single-timer constraint, conflict response, destructive takeOver semantics, and goal linking. It does not describe the success return payload, but this is a minor gap for a start action whose parameters are already well documented in the schema.

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 meaningful parameter guidance by warning that takeOver is destructive and by directing the agent to attach goalId when work belongs to a goal so stopping the timer credits that goal. This goes beyond the schema 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 states a specific action and resource: 'Starts the shared GoalSlot timer for this account.' It also clarifies this is the same timer seen in web/mobile apps, not a private one, and contrasts clearly with the sibling stop_timer tool by describing start behavior.

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 provides clear context: start the timer when work begins, and because only one timer can run at a time, do not use takeOver autonomously. It instructs the agent to surface the existing session and let the user choose to stop or replace it, effectively routing toward goalslot_stop_timer, though not by name.

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/ZeeshanAdilButt/goalslot-mcp'

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