Skip to main content
Glama

Delete worklog

delete_task_worklog
DestructiveIdempotent

Delete a worklog entry from a task by specifying both the task ID and the worklog ID. This clears time logs from Kelvia when entries are incorrect or no longer needed.

Instructions

Delete a worklog entry from a task.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
task_idYesTask UUID
worklog_idYesWorklog UUID
Behavior2/5

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

The description adds no behavioral context beyond what annotations already provide. Annotations include destructiveHint=true, idempotentHint=true, and openWorldHint=true, but the description merely restates the action and does not disclose consequences like permanence, required permissions, or side effects. Since annotations already cover the safety profile, the description contributes little extra transparency.

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 sentence, 'Delete a worklog entry from a task,' with no filler or repetition. Every word earns its place, and the key action and resource are front-loaded. This is an excellent model of conciseness for a simple tool.

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?

Given the tool's low complexity (two required UUID parameters, no output schema, and safety annotations present), the description plus schema and annotations are nearly sufficient. It clearly states the resource and action, and annotations cover destructive/idempotent behavior. However, it lacks explicit usage guidance or mention of any edge cases, so it is not fully 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?

The input schema has 100% coverage with descriptions for both task_id and worklog_id ('Task UUID' and 'Worklog UUID'). The description adds no additional parameter-level detail beyond the context that the worklog is 'from a task,' which is already implied by the parameter names. Schemas carry the semantic burden, so baseline 3 applies.

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 uses the specific verb 'Delete' and clearly identifies the resource as 'a worklog entry from a task.' This distinguishes it from sibling tools like delete_task_comment (comment, not worklog) and add/update_task_worklog (different operations). The title and description align perfectly, leaving no ambiguity about what the tool does.

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 description implies the usage context (when you need to remove a specific worklog entry) but does not explicitly mention alternatives or exclusion criteria. It lacks guidance such as 'use this instead of update_task_worklog when you need to permanently remove the entry,' so the agent must infer when to choose this tool over siblings.

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/gonnagetapower/kelvia-mcp'

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