Skip to main content
Glama
boostuagency

boostu-teamleader-mcp

by boostuagency

teamleader_timer_stop

Stop a running timer by providing its ID. This action ends time tracking and automatically creates a time tracking entry for the recorded period.

Instructions

Stop a running timer. SIDE EFFECT: stops the timer and creates a time tracking entry.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesTimer ID to stop
ended_atNoEnd datetime (ISO 8601); defaults to now
Behavior4/5

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

No annotations are provided, so the description carries the burden. It explicitly discloses the side effect: 'stops the timer and creates a time tracking entry.' This is the key behavioral information, though it doesn't cover edge cases like what happens if no timer is running.

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. The first states the action, the second adds the critical side effect. No fluff, no repetition, front-loaded with the verb phrase.

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 simple mutation tool with only two parameters and no output schema, the description covers the essential behavior and side effect. It doesn't address edge cases, but given the low complexity, it is sufficiently complete for an agent to select and invoke 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?

The input schema already provides 100% coverage with clear descriptions for both parameters (id required, ended_at with format and default). The description adds no additional parameter context, 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 clearly states the action: 'Stop a running timer.' It also highlights the side effect of creating a time tracking entry, which distinguishes this tool from teamleader_timer_start and other time tracking tools.

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?

Usage is implied by the name and the presence of sibling timer_start, but there is no explicit 'when to use' or 'when not to use' guidance. The side effect note hints at using this when you want to stop and record time, but no alternatives are mentioned.

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/boostuagency/boostu-teamleader-mcp'

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