Skip to main content
Glama
aaronarnold2

concept2-mcp-server

by aaronarnold2

Update Concept2 Workout Result

concept2_update_result
Idempotent

Update an existing Concept2 Logbook workout result. Provide the result ID and only the fields to change—date, distance, time, workout type, and more.

Instructions

Update an existing workout result in the Concept2 Logbook.

Only the result's owner can update it. Provide only the fields you want to change. Updatable fields: date, distance, time, workout_type, stroke_rate, heart_rate, calories_total, drag_factor, comments, privacy, weight_class.

Args:

  • user_id: User ID or "me" (default: "me")

  • result_id: The workout result ID to update (required)

  • (Any updatable fields — only provided fields will be changed)

  • response_format: 'markdown' or 'json'

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dateNoWorkout date (YYYY-MM-DD)
timeNoTime in tenths of a second
privacyNoResult visibility
user_idNoUser ID or "me" for the authenticated userme
commentsNoWorkout notes
distanceNoDistance in meters
result_idYesWorkout result ID to update
drag_factorNoMachine drag factor
stroke_rateNoAverage stroke rate in spm
weight_classNoWeight class: 'H' or 'L'
workout_typeNoWorkout type
calories_totalNoTotal calories burned
heart_rate_avgNoAverage heart rate in bpm
heart_rate_maxNoMaximum heart rate in bpm
heart_rate_minNoMinimum heart rate in bpm
response_formatNoOutput format: 'markdown' for human-readable or 'json' for machine-readablemarkdown
Behavior4/5

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

Annotations already indicate a write operation (readOnlyHint: false) and non-destructive behavior. The description adds valuable context: the ownership restriction and partial-update semantics. However, it does not disclose failure modes or response content, though the idempotentHint and destructiveHint reduce the need for more.

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 description is structured with an intro, ownership note, instruction, and Args block. The Args block largely duplicates the schema's property descriptions, adding redundancy. The unique content (ownership, partial update) is concise, but the section could be trimmed to reduce repetition.

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?

With no output schema, the description mentions response_format but does not describe the response body or error cases (e.g., missing result ID, unauthorized access). For a tool with 16 parameters, the description covers the key operation and constraints but lacks result/error details, making it adequate but not comprehensive.

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 schema already documents all 16 parameters. The description reinforces the partial-update behavior ('only provided fields will be changed') but otherwise the Args section simply restates the schema, providing minimal additional meaning.

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 tool updates an existing workout result in the Concept2 Logbook, using a specific verb ('update'), resource ('workout result'), and context. This distinguishes it from siblings like concept2_create_result, concept2_get_result, and concept2_list_results.

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: 'Only the result's owner can update it' and 'Provide only the fields you want to change.' It does not explicitly name alternative tools or state when not to use this tool, but the instructions make the intended scenario clear.

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/aaronarnold2/concept2-mcp-server'

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