Skip to main content
Glama

Stop task

reclaim_stop_task
Destructive

Stop time-tracking on a task. Reclaim REST: POST /api/planner/stop/task/{id}.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesThe task id to stop.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.5/5.0
Behavior2/5

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

Beyond the destructiveHint annotation, the description adds no behavioral context such as idempotency, prerequisites (active timer), or side effects. The REST endpoint is technical but not behavioral.

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 short sentences efficiently convey purpose and REST endpoint with no redundant content. Every word earns its place.

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

Completeness3/5

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

For a single-parameter tool, the description is minimally adequate but lacks return value details and potential error cases. With no output schema, the agent is left without expectations of the response.

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?

Schema coverage is 100% and describes 'id' as 'The task id to stop.' The description adds no novel parameter information beyond the schema, so a baseline 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?

Description states 'Stop time-tracking on a task' with a specific verb and resource, clearly distinguishing it from siblings like reclaim_start_task and reclaim_log_work. The REST endpoint further reinforces the exact operation.

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?

The purpose implies when to use it (to stop time-tracking), but there is no explicit guidance on when not to use it or alternatives (e.g., mark complete). Context is clear but not differentiated from similar actions.

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.