Skip to main content
Glama
axelfreeman

GymCam Analytics

by axelfreeman

get_trainer_attendance

Retrieve a trainer's attendance and fill-rate for a given day or week, using gym CCTV analytics to monitor performance.

Instructions

Attendance and fill-rate for a trainer over 'day' or 'week'.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
periodNoweek
trainerYes
Behavior2/5

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

There are no annotations, so the description carries full behavioral disclosure responsibility. It only states the output (attendance and fill-rate) and allowed periods, but does not mention whether the tool is read-only, requires specific permissions, or what the response format looks like. No side effects or caveats are disclosed.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single concise sentence that delivers the core purpose and period scope immediately. There is no wasted wording. It is appropriately front-loaded, though its brevity sacrifices detail that might be necessary for full comprehension.

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?

With only two simple parameters and no output schema, the description could be expected to explain the meaning of 'fill-rate' and how to specify a trainer, which it does not. The tool might return aggregated data, but no information is provided about the nature of the output or any default behavior beyond 'week' in the schema. Overall, the description is minimal and leaves important questions unanswered.

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 0%, so the description must compensate. It clarifies that 'period' accepts 'day' or 'week', which adds value beyond the schema's default. However, it does not explain what 'trainer' expects (e.g., ID, name), nor does it elaborate on any other constraints. The parameter semantics are only partially addressed.

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 returns attendance and fill-rate for a trainer, and specifies that the period is either 'day' or 'week'. This is specific enough to distinguish it from siblings like get_class_performance or get_revenue_insights, though it lacks an explicit verb like 'retrieve'. The purpose is unambiguous and not a tautology.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No guidance is provided on when to use this tool versus the sibling tools. The description only mentions the period options ('day' or 'week') without context on which scenario warrants this tool. There are no exclusions or alternative tool references, so an agent might struggle to decide when this is the appropriate choice.

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/axelfreeman/gymcamanalytics'

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