Skip to main content
Glama
Frihet-io

Frihet MCP Server

Update Time Entry

update_time_entry
Idempotent

Update an existing time entry by providing only the fields to change. Modify hours, date, description, billable status, or reassign project.

Instructions

Update an existing time entry using PATCH semantics. Only provided fields are changed. Example: id='te_abc123', hours=3.0, description='Frontend review + testing' / Actualiza una entrada de tiempo existente. Solo se modifican los campos proporcionados.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesTime entry ID / ID de la entrada de tiempo
hoursNoUpdated hours / Horas actualizadas
dateNoUpdated date ISO 8601 / Fecha actualizada
descriptionNoUpdated description / Descripcion actualizada
billableNoUpdated billable flag / Facturabilidad actualizada
projectIdNoReassign to different project / Reasignar a otro proyecto

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYes
userIdNo
projectIdNo
hoursYes
descriptionNo
billableNo
dateNo
statusNo
createdAtNo
updatedAtNo
Behavior3/5

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

Annotations already indicate idempotentHint=true, and the description adds that it uses PATCH semantics, which is consistent. However, no additional behavioral traits like authentication requirements or side effects are disclosed beyond annotations.

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 concise with two sentences plus an example and bilingual translation. It is front-loaded with the core action. The bilingual text adds some length but is necessary for localization.

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 presence of an output schema (as indicated), the description covers the essential operation and partial update behavior. It omits details on error handling or validation but is sufficient for an agent with access to the schema.

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 coverage is 100% with descriptions for all parameters. The description's example illustrates usage but does not add new semantics beyond the schema. Baseline of 3 is appropriate given high schema coverage.

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 clearly states 'Update an existing time entry using PATCH semantics', specifying the verb and resource. It distinguishes from siblings like create_time_entry and other update tools by naming the specific resource and providing an example.

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 provides basic usage guidance ('Only provided fields are changed' and an example) but does not explain when to use versus alternatives, such as create_time_entry for new entries or when to avoid use (e.g., if the entry is locked).

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/Frihet-io/frihet-mcp'

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