Skip to main content
Glama

Delete time entry

harvest_delete_time_entry
Destructive

Permanently delete a time entry by id. This cannot be undone. Harvest REST: DELETE /time_entries/{id}. WRITE — destroys data.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
time_entry_idYesThe time entry id to delete (required).

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4/5.0
Behavior4/5

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

Annotations include destructiveHint=true, and the description reinforces this with 'cannot be undone' and 'destroys data', adding permanence context beyond the simple destructive flag. Also mentions the REST endpoint and WRITE nature, which is useful but not required.

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?

Four short sentences, each earning its place: purpose, irreversibility, REST endpoint, and side-effect class. No fluff, front-loaded with the core action.

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 one-parameter delete operation, the description covers action, irreversibility, API method, and write nature. It doesn't explain error handling or prerequisites, but for this simple tool with no output schema, the description 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?

Schema has 100% coverage with a clear description for time_entry_id. The description only says 'by id' and adds no additional parameter semantics, so it relies on the schema – 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?

States the specific action: 'Permanently delete a time entry by id' – a clear verb+resource combination. The description distinguishes this from sibling tools like update, stop, or restart by emphasizing deletion and permanence.

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?

Implies usage (delete the entry you want removed), but does not explicitly state when not to use it or compare to alternatives. Given siblings like harvest_stop_time_entry, an explicit exclusion (e.g., 'to stop a running timer, use stop_time_entry instead') would improve guidance, but the irreversible nature is a clear signal.

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.