Skip to main content
Glama
nakulcopilot

Pilates With Neelam MCP Server

by nakulcopilot

book_pilates_with_neelam_class

Book a student into a Pilates With Neelam class by validating studio identity, checking class availability, and enforcing enrollment rules, then return a booking confirmation with studio details.

Instructions

Book a student into a Pilates With Neelam class. Validates studio identity, class availability, and enrollment rules. Returns booking confirmation with studio identification.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
class_idYesThe class ID to book (e.g. 'c_m1abc123')
studio_idYesMust be 'pilates_with_neelam' - booking is rejected for any other studio
auth_tokenNoOptional Supabase auth token for user-scoped operations
student_idYesThe student's roster ID (e.g. 's2')
Behavior4/5

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

With no annotations provided, the description carries the full burden, and it discloses meaningful behavior: it validates studio identity, class availability, and enrollment rules, and it returns a booking confirmation with studio identification. It adds transparency beyond the bare action, though it does not detail failure modes or side effects beyond booking.

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?

Three short sentences, each earning its place: the action, the validation behavior, and the return value. The most important information is front-loaded and there is no redundant wording.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the fully documented schema and the description's coverage of the core action, validations, and return value, the tool is sufficiently specified for an agent to invoke it correctly. It does not fully describe error handling or the exact shape of the booking confirmation, but these are minor gaps for a straightforward booking operation.

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?

The input schema already describes all four parameters with 100% coverage, so the baseline is 3. The description adds no additional parameter-specific semantics beyond implying that studio identity and enrollment rules are checked, but the schema already explains studio_id and class_id adequately.

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 a specific action ('Book a student into a Pilates With Neelam class') with a concrete resource and scope. It is distinguishable from siblings like check_in_pilates_with_neelam_class and the various get/list tools, so an agent can tell booking from checking in or viewing availability.

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 description gives clear context for when the tool is appropriate: booking a student into a class, with validation of studio identity, availability, and enrollment rules. It does not explicitly name alternative tools or state when not to use it, but the booking action is unambiguous relative to the sibling tools.

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