Skip to main content
Glama
aaronarnold2

concept2-mcp-server

by aaronarnold2

Update Concept2 User Profile

concept2_update_user
Idempotent

Update the authenticated user's Concept2 Logbook profile fields, including name, gender, birth date, weight, location, country, weight class, and max heart rate. Only your own profile can be modified.

Instructions

Update the authenticated user's Concept2 Logbook profile.

Only the authenticated user's own profile can be updated (user_id must be "me" or the authenticated user's ID).

Updatable fields: first_name, last_name, gender, dob, weight, location, country, weight_class, max_heart_rate.

Args:

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

  • first_name, last_name: Name fields (optional)

  • gender: 'M' or 'F' (optional)

  • dob: Date of birth in YYYY-MM-DD format (optional)

  • weight: Weight in kg (optional)

  • location: City/location string (optional)

  • country: Country code (optional)

  • weight_class: 'H' (heavyweight) or 'L' (lightweight) (optional)

  • max_heart_rate: Maximum heart rate in bpm (optional)

Returns the updated user profile.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dobNoDate of birth (YYYY-MM-DD)
genderNoGender: 'M' or 'F'
weightNoWeight in kg
countryNoCountry code (e.g. 'US')
user_idNoUser ID or "me" for the authenticated userme
locationNoLocation / city
last_nameNoLast name
first_nameNoFirst name
weight_classNoWeight class: 'H' heavyweight or 'L' lightweight
max_heart_rateNoMaximum 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 signal readOnlyHint=false, destructiveHint=false, and idempotentHint=true. The description adds valuable context beyond these: the ownership restriction, the list of updatable fields, and the return value ('updated user profile'). It doesn't contradict annotations and provides behavioral expectations for a mutation tool.

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

Conciseness4/5

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

The description is well-structured: a one-sentence purpose, a critical constraint, a compact field list, and a detailed Args section. While the Args section largely mirrors the schema, it is useful for quick reference and doesn't waste words. It's appropriately sized for an 11-parameter tool.

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?

For a tool with 11 optional parameters and no output schema, the description covers the operation, constraints, all parameters, and the return value. It doesn't explicitly state that omitted fields remain unchanged, but the optional nature of all fields implies a partial update. Overall, it provides sufficient context for correct invocation.

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?

With 100% schema coverage, the baseline is 3, but the description adds meaning beyond the schema by clarifying that user_id must be 'me' or the authenticated user's ID. It also groups fields with their formats and examples, enhancing the schema's individual parameter 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 states a specific verb ('Update') and resource ('authenticated user's Concept2 Logbook profile'), clearly distinguishing it from sibling tools like get_user or create_result. It also adds the key constraint that only the authenticated user's own profile can be updated.

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 clearly conveys that this tool is for updating the authenticated user's own profile, with an explicit constraint on user_id. It doesn't explicitly name alternatives (e.g., 'use get_user to read'), but the scope and use case are unambiguous, providing clear context without exclusions.

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