Skip to main content
Glama
rubenlangeweg

productive-mcp-rb2

update_time_entry

update_time_entry
Idempotent

Update an existing time entry in Productive.io by specifying its ID and any fields you want to change.

Instructions

Update an existing time entry in Productive.io. Only provide the fields you want to change.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
time_entry_idYesID of the time entry to update (required)
dateNoNew date (YYYY-MM-DD)
timeNoNew duration (e.g. "2h", "90m", "1.5")
billable_timeNoNew billable duration (same format as time)
noteNoNew work description (use empty string to clear)
service_idNoNew service ID
task_idNoNew task ID, or null to unlink from task
Behavior3/5

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

Annotations already provide idempotentHint true, readOnlyHint false, and destructiveHint false. The description adds the 'Update' verb which is consistent but does not disclose any additional behavioral traits such as authorization requirements, rate limits, or side effects. Given the annotations cover the safety profile, the description does not add significant value beyond stating the obvious.

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 extremely concise with only two sentences, both front-loaded with the purpose and a key usage note. No unnecessary words, every sentence earns its place.

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

Completeness3/5

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

Given there is no output schema and 7 parameters, the description lacks information about return values, error handling, or success indicators. It also does not mention any related sibling tools for reference. While the partial update hint is useful, the description feels incomplete for a mutation tool.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

While all parameters have descriptions in the schema (100% coverage), the description adds the important semantic hint that only changed fields need to be provided, emphasizing the partial update behavior. This goes beyond the schema's basic field descriptions.

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 the verb 'Update' and the resource 'time entry' along with the platform 'Productive.io'. It distinguishes itself from sibling tools like create_time_entry and delete_time_entry by specifying that it modifies an existing entry.

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 explicitly says 'Only provide the fields you want to change', which indicates a partial update pattern. However, it does not mention when to use this tool versus alternatives like create_time_entry or delete_time_entry, nor does it specify any prerequisites or context.

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/rubenlangeweg/productive-mcp'

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