Skip to main content
Glama
aaronarnold2

concept2-mcp-server

by aaronarnold2

Export Concept2 Workout Result

concept2_export_result
Read-onlyIdempotent

Export a workout result from the Concept2 Logbook in TCX, FIT, or CSV format by providing the result ID and desired export type.

Instructions

Export a workout result in a specific format from the Concept2 Logbook.

Available export types vary by workout but typically include: 'tcx', 'fit', 'csv'.

Args:

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

  • result_id: The workout result ID (required)

  • export_type: Export format — 'tcx', 'fit', or 'csv' (required)

Returns the raw export file content as text.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
user_idNoUser ID or "me" for the authenticated userme
result_idYesWorkout result ID
export_typeYesExport format: 'tcx', 'fit', or 'csv'
Behavior4/5

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

The description adds value beyond the annotations by stating 'Returns the raw export file content as text' and noting that export types vary by workout. These are useful behavioral details that the readOnlyHint and idempotentHint do not convey.

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 concise, front-loaded with the purpose, and uses a structured Args list. It avoids fluff, though the Args section slightly duplicates schema details. Overall, it is efficient and well-organized.

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?

The tool has no output schema, so the description compensates by explaining the return format. It covers purpose, parameters, and output, and the annotations provide safety context. This is complete for an export tool, missing only explicit error scenarios, which are rarely necessary.

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 input schema already provides 100% coverage with clear descriptions for all parameters, including defaults and enums. The description's Args section mostly repeats this information without adding new semantic depth, so baseline 3 is appropriate.

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 'Export' and the resource 'workout result from the Concept2 Logbook', specifying the output format. This distinguishes it from sibling tools like get_result (retrieve raw data) and create_result, making the purpose unambiguous.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies when to use this tool (to export in a specific format) but does not explicitly mention alternatives or when not to use it. It does note that export types vary by workout, giving some contextual guidance, but no direct comparison to sibling 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/aaronarnold2/concept2-mcp-server'

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