Skip to main content
Glama

get_schedule

Read-onlyIdempotent

Get upcoming scheduled workouts, starting with today. The returned dates are plain calendar dates, exactly as scheduled.

Args: days_ahead: How many days ahead to look (default 14, max 60).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
days_aheadNoHow many days ahead to look (default 14, max 60)

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
scheduledYes

Schema Changelog

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

  1. First observed

TDQS

A4.1/5.0
Behavior4/5

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

Annotations already declare readOnlyHint, idempotentHint, and destructiveHint, so the safety profile is covered. The description adds useful behavioral detail beyond annotations: returned dates are plain calendar dates exactly as scheduled, and the range starts today. This helps set output expectations without contradicting the annotations.

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 compact, front-loaded with the primary purpose, and contains no fluff or redundant detail. The additional sentence about calendar dates adds value without bloating the text.

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 tool with one optional parameter, complete schema coverage, helpful annotations, and an output schema, the description provides enough context to call the tool correctly. The only minor gap is lack of explicit sibling differentiation, but overall nothing critical is missing for effective invocation.

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%, and the description's 'days_ahead' text is essentially identical to the schema property description. It repeats the default and max values rather than adding new semantic meaning, so the baseline score of 3 is appropriate.

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 states the action ('Get'), the resource ('upcoming scheduled workouts'), and the scope ('starting with today'). It is easily distinguishable from sibling tools like get_workout_detail or get_activities, so an agent can understand what this tool provides without opening other schemas.

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 'upcoming scheduled workouts' implies use for future scheduled workouts, and 'starting with today' plus 'days_ahead' gives clear retrieval context. However, the description does not explicitly name alternatives or state when not to use this tool, so some usage inference is required.

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