Skip to main content
Glama

gymflexa

Get gym schedule summary

get_gym_schedule_summary
Read-onlyIdempotent

Count scheduled records by UTC day for one tenant-owned GymFlexa gym over a range of at most 31 days. Returns aggregate administrative counts only—never appointment ids or times, member information, services, notes, trainer data, attendance history, or other fitness-participation details.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
gymIdYesOwned GymFlexa gym id
endTimeNoRange end as an ISO 8601 value; defaults to seven days later
startTimeNoRange start as an ISO 8601 value; defaults to now

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
daysYes
rangeYes
recordCountYes
recordCountIsLowerBoundYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.7/5.0
Behavior5/5

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

Beyond annotations (readOnlyHint, idempotentHint, destructiveHint=false), the description adds the date-range cap of at most 31 days, grouping by UTC day, and an explicit privacy/scope guarantee that it never returns member, trainer, service, attendance, or other participation details. These are meaningful behavioral disclosures not present in 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?

Two direct, front-loaded sentences with zero filler. The first sentence states the purpose and range limit; the second lists exclusions. Every clause earns 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 aggregation tool with full parameter schema, output schema, and annotations covering safety, this description covers scope, data returned, exclusions, and range limit. There are no obvious gaps that would prevent an agent from invoking it correctly.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema already describes all three parameters with 100% coverage, so baseline is 3. The description adds the cross-parameter constraint 'over a range of at most 31 days', which constrains startTime/endTime and the 'one tenant-owned' requirement for gymId, adding value 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 states a specific verb (count), resource (scheduled records), scope (one tenant-owned GymFlexa gym, date range), and explicitly declares what it never returns, clearly distinguishing it from sibling tools like get_gym_availability or get_gym_payment_summary.

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 clearly implies usage for aggregate administrative counts over a date range and explicitly lists what it never returns, guiding agents away for detailed data. However, it does not name any alternative sibling tool or explicit when-to-use/when-not-to-use scenarios, so it stops short of a 5.

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