Skip to main content
Glama

Log bodyweight set

ryot_log_bodyweight_set

Record a bodyweight exercise workout using a Ryot exercise ID. Set reps, sets, and optional start time to log the activity.

Instructions

Log a simple bodyweight exercise workout, such as wall push-ups, squats, or chair sit-to-stands. Requires a Ryot exercise ID.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
repsNo
commentNoLogged from Ryot MCP
setCountNo
startTimeNoDefaults to now.
exerciseIdYesRyot exercise ID for the bodyweight exercise.
exerciseNameNoHuman readable name used for the workout title.
Behavior2/5

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

With no annotations, the description should disclose behavioral traits. It only says 'Log' and requires an ID, but does not explain side effects, whether it creates a record, or if it is destructive. The agent cannot infer safety or mutation details.

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 with two sentences, no filler, and front-loaded with the main purpose. Every word adds value.

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

Completeness2/5

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

Given 6 parameters, no output schema, and no annotations, the description is too minimal. It lacks information about return values, how the set is logged (e.g., attached to a workout), and any prerequisites beyond the exercise ID.

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 50%, but the description only adds meaning for exerciseId. It does not explain other parameters like reps, setCount, startTime, comment, or exerciseName, leaving gaps for the agent.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool logs a bodyweight exercise workout, provides examples, and mentions the required exercise ID. It distinguishes from siblings by focusing on bodyweight exercises, but does not explicitly differentiate from other logging tools like ryot_log_workout.

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 usage for simple bodyweight exercises and requires an exercise ID, but offers no explicit when-to-use or when-not-to-use guidance, nor does it mention alternatives among siblings.

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/shivanshBTW/ryot-mcp'

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