Skip to main content
Glama
nakulcopilot

Pilates With Neelam MCP Server

by nakulcopilot

check_in_pilates_with_neelam_class

Record post-class student feedback, capture how they felt, and generate a summary with recommended exercises for recovery and improvement.

Instructions

Record a post-class check-in for a student at Pilates With Neelam. Captures how they felt, generates a summary, and recommends exercises.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
feelingYesHow the student felt (3-2000 chars), e.g. 'Great energy today, core felt strong but hamstrings tight'
class_idYesThe class ID
studio_idYesMust be 'pilates_with_neelam'
auth_tokenNoOptional Supabase auth token for user-scoped operations
student_idYesThe student's roster ID
Behavior2/5

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

No annotations are provided, so the description carries the full burden of behavioral disclosure. It does reveal that a check-in is recorded and that a summary and exercise recommendations are generated, but it omits whether this creates or updates a persisted record, whether auth is required despite the optional auth_token parameter, and what side effects or return value the agent should expect.

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 sentences with no filler; the core action is front-loaded and the outcome is stated compactly. Every sentence earns its place.

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?

Even though all parameters are documented in the schema, there is no output schema and no annotations. The description does not explain return values, persistence side effects, error conditions, or when the optional auth_token is actually needed, leaving an agent with important gaps for a mutating tool.

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%, so the baseline is 3. The description reinforces the 'feeling' input and the overall check-in purpose but adds no new semantic detail beyond what the schema already documents for each parameter.

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 uses a specific verb ('Record') and a clear resource ('post-class check-in for a student at Pilates With Neelam'), then adds the concrete outcomes: captures feelings, generates a summary, and recommends exercises. This distinguishes it clearly from the get/book/schedule sibling tools.

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?

The phrase 'post-class check-in' clearly places this tool in a specific workflow moment, and the action is distinct from booking, availability, scheduling, and level-assessment siblings. It does not explicitly list exclusions or alternatives, but the intended use case is unambiguous.

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/nakulcopilot/pilates-with-neelam-mcp'

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