Skip to main content
Glama
eddmann

intervals-icu-mcp

by eddmann

update_event

Modify specific fields of an existing Intervals.icu calendar event without changing other details. Update name, description, start date, event type, duration, distance, or training load.

Instructions

Update an existing calendar event.

Modifies one or more fields of an existing event. Only provide the fields you want to change - other fields will remain unchanged.

Args: event_id: ID of the event to update name: New name for the event description: New description start_date: New start date in YYYY-MM-DD format event_type: New activity type duration_seconds: New planned duration distance_meters: New planned distance training_load: New planned training load

Returns: JSON string with updated event data

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameNoUpdated event name
event_idYesEvent ID to update
event_typeNoUpdated activity type
start_dateNoUpdated start date (YYYY-MM-DD)
descriptionNoUpdated description
training_loadNoUpdated training load
distance_metersNoUpdated distance in meters
duration_secondsNoUpdated duration in seconds

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

With no annotations, the description carries the behavioral disclosure burden. It discloses that only provided fields are modified and others remain unchanged, which is important partial-update behavior. It also states the return format (JSON string), adding transparency beyond the opaque schema.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The opening paragraph is concise and front-loaded, but the Args block largely duplicates the input schema's parameter descriptions, adding redundancy. The Returns line is useful but the overall structure could be tighter.

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 output schema exists and parameters are fully described in the schema, the description adequately covers the patch-style update behavior and return type. It does not explain error cases or authorization, but those are not essential for a simple update tool with a rich 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 description coverage is 100%, so the baseline is 3. The description repeats parameter names and adds minimal new meaning beyond the schema, mostly reinforcing the partial-update semantics.

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 calendar event' with a specific verb and resource. It distinguishes itself from siblings like create_event, delete_event, and duplicate_event.

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?

Provides clear context that this tool modifies existing events and explicitly instructs to only provide fields to change, implying partial updates. It does not explicitly mention when not to use it or name alternatives, but the existing-event emphasis differentiates it from create/delete 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/eddmann/intervals-icu-mcp'

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