Skip to main content
Glama

Joti - Workout tracker

Update Scheduled Workout

update-scheduled-workout-tool

Edit an existing scheduled-workout entry (timing/recurrence). Does not modify the workout itself.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
end_dateNo
start_dateYes
repeat_daysNo0=Sunday..6=Saturday. Only used when repeat_type is "custom".
repeat_typeYes
excluded_datesNoOccurrence dates to skip.
scheduled_timeNo24h "HH:MM".
reminder_minutesNo
scheduled_workout_idYesFrom list_scheduled_workouts.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
idNoThe updated scheduled-workout entry's id.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.1/5.0
Behavior4/5

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

Annotations already establish that this is a mutating, non-destructive operation. The description adds value by specifying exactly what is edited (timing/recurrence) and explicitly ruling out changes to the workout itself, which is useful behavioral context beyond the annotation flags.

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 carry the core purpose and a clear non-goal with no filler. The primary action is front-loaded and 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?

For an 8-parameter mutation tool, the description is minimal and relies heavily on the schema and annotations. It does not disclose potential side effects around recurrence updates or explain the meaning of several parameters. It is adequate for basic invocation but leaves meaningful gaps.

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 description's 'timing/recurrence' grouping loosely maps to the date/time and repeat parameters, but it does not explain unannotated fields such as reminder_minutes, start_date, or end_date. Schema descriptions cover only about half the parameters, and the description does not fully compensate for the remaining gaps.

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 names a specific verb ('Edit'), a concrete resource ('existing scheduled-workout entry'), and a clear scope ('timing/recurrence'). It also distinguishes itself from other tools by stating it does not modify the workout itself, clarifying what the tool is and is not for.

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?

'Existing' signals the tool is for already-created scheduled workouts, and 'timing/recurrence' makes it clear which kinds of updates belong here. The non-goal sentence provides an explicit exclusion, though it does not name alternative sibling tools such as create, delete, or toggle.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources