Skip to main content
Glama
elkno

GymTimer MCP Server

by elkno

Get Exercise Library

get_exercise_library

Get the user's exercise library, optionally filtered by equipment or muscle group, to confirm available exercises and equipment before proposing a workout.

Instructions

Returns the user's exercise library (name, muscle groups, equipment, category, movement pattern, whether it has a custom photo), optionally filtered. Use this to know what exercises/equipment are available when proposing a workout. Note: category and movementPattern are null when the exercise has no stored value, and in practice are unreliable even when set (this app's exercises are largely left at the defaults "compound"/"push", so a hinge or isometric movement may still report "push"). Judge movement patterns from the exercise name and muscleGroups instead of trusting these two fields.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
equipmentNoComma-separated equipment types to filter to, e.g. "barbell,dumbbell"
muscleGroupNoComma-separated muscle groups to filter to, e.g. "quads,hamstrings"

Schema Changelog

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

  1. First observedv1.0.0

TDQS

A4.5/5.0
Behavior5/5

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

With no annotations provided, the description carries the full behavioral disclosure burden. It does this excellently by warning that `category` and `movementPattern` are often null or unreliable, explaining that defaults like 'compound'/'push' are common, and instructing the agent to infer movement patterns from the exercise name and muscleGroups instead.

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?

Each sentence earns its place: the first defines the return content, the second gives the use case, and the third provides a critical data-reliability caveat. The most important operational guidance about unreliable fields is placed at the end but remains tightly scoped and relevant.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Despite having no output schema and no annotations, the description fully covers the essential context: what data is returned, why to call it, and how to interpret unreliable fields. Nothing critical is missing for an agent to decide whether to invoke this tool.

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 baseline is 3. The schema already documents `equipment` and `muscleGroup` as comma-separated filter examples. The description adds only 'optionally filtered' and does not contribute additional parameter-level semantics, which is acceptable given the schema coverage.

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?

Clearly states a specific verb ('Returns') and resource ('the user's exercise library') plus the exact data fields included. The phrase 'optionally filtered' and the use-case hint ('when proposing a workout') make it easy to distinguish from sibling history and template tools.

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?

Provides clear usage context: 'Use this to know what exercises/equipment are available when proposing a workout.' It does not explicitly name alternative tools or state when not to use it, but the intended scenario is described well enough for an agent to select it.

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

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/elkno/gymtimer-mcp-server'

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