Skip to main content
Glama
Amorem

super-productivity-mcp

Stop the current timer

stop_timer
Idempotent

Stop the active productivity timer without switching to or selecting another task. Pauses current time tracking while preserving the selected task, so you can halt progress tracking without disturbing your current workflow.

Instructions

Stop the Super Productivity timer without selecting or changing another task.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

Annotations already indicate idempotentHint=true and destructiveHint=false. The description adds useful behavioral context by stating that the timer is stopped without selecting or changing another task, which is a valuable side effect to disclose. No contradiction with annotations.

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 a single, front-loaded sentence that states the primary action and its key constraint. Every word contributes value; no redundancy or filler.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a simple, parameterless tool with no output schema and strong annotations, this description is complete. It tells the agent exactly what the tool does and the important side-effect boundary (no task change).

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?

The tool takes no parameters, so the description naturally adds no parameter-specific semantics. Per the rubric, a baseline of 4 is appropriate for zero-parameter tools.

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 names a specific verb ('stop') and resource ('Super Productivity timer'), and clarifies the scope ('without selecting or changing another task'). This clearly distinguishes it from sibling tools like start_task and complete_task.

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 for when to use the tool: to stop the current timer without altering task selection. It does not explicitly name alternative tools, but the behavior is specific enough that an agent can infer when this is the right action.

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/Amorem/super-productivity-mcp'

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