Skip to main content
Glama

Delete time entry

entry_delete

Delete a time entry by its unique ID to remove incorrect or obsolete records from the time-tracking data.

Instructions

Delete one time entry by id.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesEntry id from entry_list

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.20.0

TDQS

C2.9/5.0
Behavior1/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure, but it merely restates the operation. It does not disclose that deletion is irreversible, whether it is a soft or hard delete, what happens to associated data, or what the response looks like.

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 a single, front-loaded sentence with no filler. It is concise and readable, though slightly redundant with the title and omits useful behavioral context that would not hurt the flow.

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

Completeness2/5

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

For a destructive mutation tool with no annotations and no output schema, the description is thinner than it should be. The agent can infer how to call it from the schema, but it is not told what happens after deletion, whether the action is reversible, or what consequences to expect.

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 description coverage is 100% and the id parameter is documented as 'Entry id from entry_list.' The description adds little beyond that, only restating that deletion happens 'by id,' so it meets the baseline but does not elevate parameter understanding.

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 ('Delete'), a clear resource ('time entry'), and the method ('by id'). This is distinguishable from sibling tools like entry_edit or entry_mark_billed because the verb and target are explicit and unambiguous.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No guidance is given about when to use this tool versus entry_edit, entry_add, or other time-entry tools. The description does not mention prerequisites, alternatives, or any exclusions, leaving the agent to infer usage from the name alone.

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