Skip to main content
Glama
sesonet

freelo-mcp-server

Official
by sesonet

Freelo Update Work Report

freelo_update_work_report
Idempotent

Update an existing work report to correct time entries or add descriptions. Pass the report ID and only the fields you want to change.

Instructions

Updates an existing work report. Use to correct time entries or add descriptions.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
reportDataYesUpdated data - only include fields to change
workReportIdYesWork report ID. Get from freelo_get_work_reports.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesWork report ID
taskNoTask object (minimal)
userNoUser object
minutesYesMinutes worked
date_addNoISO 8601 date-time format (e.g., "2021-10-04T09:32:00+02:00")
project_idNoProject ID
descriptionNoWork description
date_reportedYesDate of work (YYYY-MM-DD)

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.5.0

TDQS

A4.3/5.0
Behavior4/5

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

Annotations already convey readOnly=false, idempotent=true, and destructive=false. The description adds semantic behavior beyond the flags: this is a corrective, non-destructive partial update to time and description fields. It does not contradict the annotations.

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?

Two short sentences with the action front-loaded and no filler or redundancy. Every word earns its place, and the purpose clause adds practical value.

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

Completeness5/5

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

For a two-parameter partial update with full schema coverage, an output schema, and rich annotations, nothing operationally necessary is missing. The schema covers where workReportId comes from and which fields are updatable; the description covers when and why to call the tool.

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%, so the baseline applies: workReportId, reportData, and nested fields are fully documented in the schema. The description only loosely maps to parameters via 'correct time entries or add descriptions' and adds no new parameter-level detail.

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 opens with 'Updates an existing work report', a specific verb plus target resource, and the second sentence narrows the intent to correcting time entries or adding descriptions. This clearly distinguishes the tool from sibling freelo_create_work_report, which would be used for new reports, and from read-only report tools.

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 clear usage context: use it to correct time entries or add descriptions to an existing report. It does not explicitly name alternatives like freelo_create_work_report or state when not to use it, so it falls just short of full exclusion guidance.

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

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/sesonet/freelo-mcp-server'

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