Skip to main content
Glama

everhour_delete_task_time

Delete time entries from a task to fix timesheet errors and adjust project billing.

Instructions

Delete time from a specific task using the /tasks/{id}/time endpoint.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesTask ID
Behavior2/5

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

With no annotations provided, the description carries full responsibility for disclosing behavior. It only states that time is deleted and gives the endpoint, but does not clarify whether this removes all time entries for the task, if it is reversible, or any side effects. This is a significant gap for a destructive operation.

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, well-structured sentence that front-loads the action and includes the technical endpoint. Every word earns its place, with no unnecessary filler or repetition.

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?

Given that this is a destructive mutation with no annotations and a single parameter, the description lacks critical context. It does not specify the exact scope of deletion or any prerequisites, which is essential for correct tool selection and safe invocation, especially with multiple time-deletion siblings available.

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 already provides 100% coverage with the description 'Task ID' for the single parameter. The tool description adds no extra semantic detail beyond what the schema already conveys, 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.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the action (delete time) and the resource (a specific task), and even mentions the endpoint. It is distinguishable from sibling tools like delete_time_record by focusing on task-level time deletion, but the exact scope (all time entries vs. a specific one) is ambiguous, preventing a 5.

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?

The description provides no guidance on when to use this tool versus alternatives such as delete_time_record or update_task_time. There are no prerequisites, exclusions, or context cues to help an agent decide between the closely related time-management tools.

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/stefanskiasan/everhour-mcp-server'

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