Skip to main content
Glama

kaiten_delete_time_log

Remove a time log entry from a card. Enables authors to delete their own logged time when corrections are needed.

Instructions

Delete a time log entry from a card (author only).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
card_idYesID of the card.
time_log_idYesID of the time log to delete.
Install Server

TDQS

A4.2/5.0
Behavior4/5

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

There are no annotations, so the description carries the transparency burden. It discloses a key behavioral restriction ('author only') beyond what the name alone conveys. It does not explicitly state permanence or side effects, but for a delete operation the action and permission constraint are reasonably transparent.

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 compact sentence with no filler. It front-loads the action and resource, then adds the important authorization caveat in a parenthetical.

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 two-parameter delete operation with no output schema, the description is complete enough: it names the resource, target, and permission constraint. A minor gap is that it does not explicitly note that deletion is permanent or how to obtain the time_log_id, but these are inferable and not blocking.

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 both card_id and time_log_id already have clear descriptions in the input schema. The tool description adds no additional parameter-level meaning, so the baseline 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 states a specific verb ('Delete'), a specific resource ('a time log entry'), and the containing context ('from a card'). It also adds the 'author only' restriction, which clearly distinguishes this deletion tool from create/update/list time-log siblings and from kaiten_delete_user_timer.

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 gives a clear usage constraint: only the author may delete the time log. It does not name explicit alternatives, but the wording makes the intended use obvious among the time-log related sibling tools, and the 'author only' condition is a useful when-to-use signal.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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/ViktorOgnev/kaiten-mcp'

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