Skip to main content
Glama
JJRPF

Garmin MCP Server

by JJRPF

get_activity_exercise_sets

Retrieve exercise-by-exercise set details for a strength training activity using its ID to review reps, weight, and performance per set.

Instructions

Get exercise sets for strength training activities

Args: activity_id: ID of the activity to retrieve exercise sets for

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
activity_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.1.0

TDQS

A3.7/5.0
Behavior3/5

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

No annotations are provided, so the description carries the full burden. 'Get' conveys read-only behavior, but the description does not disclose what happens for non-strength activities, empty results, or whether an invalid activity_id produces an error. The output schema may cover return shape, but behavioral edge cases are left unstated.

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?

The description is extremely concise and front-loaded with the core purpose. The Args section is minimal and adds just enough context for the single parameter without unnecessary detail.

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 simple getter with one required parameter and an output schema, the description is largely sufficient to select and invoke the tool. It clearly identifies the target (strength training activity exercise sets) and the required activity_id, though it could be more complete by naming alternatives or edge-case behavior.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, yet the description only restates the parameter as 'ID of the activity to retrieve exercise sets for,' which adds little beyond the schema's own title 'Activity Id.' No format, constraints, examples, or guidance on obtaining a valid activity_id are provided.

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 and resource: 'Get exercise sets' scoped to 'strength training activities.' This clearly differentiates the tool from sibling getters like get_activity_splits or get_activity_typed_splits, which target different activity data.

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 phrase 'for strength training activities' implies when the tool is appropriate, but there is no explicit guidance about when not to use it or which sibling tool to prefer for other activity data. Usage context is present but alternatives are not named.

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/JJRPF/garmin_mcp'

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