Get a workout session
get_sessionGet one session with its full nested entries, sets, cardio and wearable metrics.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |
get_sessionGet one session with its full nested entries, sets, cardio and wearable metrics.
| Name | Required | Description | Default |
|---|---|---|---|
| session_id | Yes |
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |
Changes observed during successful MCP inspections.
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
The annotations already declare readOnlyHint=true, so the read-only safety profile is covered. The description adds useful scope about the payload (full nested entries, sets, cardio, wearable metrics) but gives no extra behavioral caveats such as error cases or prerequisites; this is acceptable but not rich.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
A single front-loaded sentence with no filler. It states the action, the object, and the scope of what is returned in a compact, easily parsed form.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a simple read-only tool with one required parameter, an output schema, and readOnlyHint annotation, the description is nearly complete. It lacks only explicit guidance on session_id provenance and when to prefer get_sessions, but these are minor given the tool's simplicity.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 0% and the description does not compensate: it never explains what session_id should contain, its format, or how to obtain it. The property name is self-evident, but the description adds no parameter-level meaning beyond that.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description uses a specific verb ('Get') and resource ('one session') and enumerates the contained data: nested entries, sets, cardio, and wearable metrics. This clearly differentiates get_session from the plural sibling get_sessions, which would return multiple sessions.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The singular 'one session' and the detail of nested data imply when to use the tool: when a single full session object is needed. However, it does not explicitly state when not to use it or name alternatives like get_sessions for summary/list needs, so the usage guidance remains implied rather than explicit.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Add one secure layer between your agents and this server.