Skip to main content
Glama

Framezone

List exercises

list_exercises
Read-only

The movement catalog: canonical names, muscle groups and the aliases that resolve to them. Check here before logging sets — using the catalog name keeps one lift on one row instead of splitting its history across near-duplicates.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
searchNoMatch against names and aliases
muscle_groupNochest, back, shoulders, biceps, triceps, legs, core, cardio
trained_onlyNoOnly movements this user has actually logged sets for

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.3/5.0
Behavior4/5

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

Annotations already cover read-only and non-destructive behavior. The description adds meaningful context about alias resolution and the risk of splitting a lift's history across near-duplicates, which goes beyond what annotations provide. It does not describe output shape, but that is a minor gap for a simple catalog tool.

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?

Two concise sentences with no filler. The first defines the catalog contents, and the second provides a concrete usage rule with rationale, making every sentence earn its place.

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?

For a read-only list tool with fully documented optional parameters and no output schema, the description is complete. It states what the tool returns conceptually, when to use it, and why, leaving no critical gaps for an agent to invoke it correctly.

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 documents all three parameters with 100% description coverage, so the baseline applies. The description's mention of aliases supports the search parameter's meaning but does not add operational detail beyond the schema.

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 identifies the tool as a movement catalog containing canonical names, muscle groups, and aliases. It grounds the tool's purpose as a lookup step before logging sets, distinguishing it from logging tools even without naming a specific sibling.

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?

It explicitly tells the agent when to use the tool ('Check here before logging sets') and why canonical names matter for data integrity. It does not name alternative tools or edge cases where the tool should not be used, but the usage context is clear.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources