Skip to main content
Glama
nakulcopilot

Pilates With Neelam MCP Server

by nakulcopilot

get_pilates_with_neelam_classes

Get upcoming Pilates classes with schedules, availability, instructor info, and class details. Filter by type and level to find suitable sessions.

Instructions

Get all upcoming Pilates With Neelam classes. Returns the full schedule with availability, instructor info, and class details.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
typeNoFilter by class type
levelNoFilter by level
studio_idYesMust be 'pilates_with_neelam'
days_aheadNoHow many days ahead to look (default: 14)
Behavior3/5

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

With no annotations, the description itself discloses that this is a read-only operation and enumerates the returned data (schedule, availability, instructor info, class details). It does not mention pagination, response shape, or whether filters are optional, but the core behavior is clearly non-mutating and scoped to upcoming classes.

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?

Two efficient sentences with the core action front-loaded and useful return-content detail. No filler, though a brief usage note could have made it even more valuable without hurting conciseness.

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

Completeness3/5

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

The description covers what the tool returns but not how it relates to the sibling tools (availability/schedule), nor how the filters behave when omitted. For a 4-parameter tool with no output schema and no annotations, this is adequate but has clear gaps in routing and default behavior.

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 all parameters are already explained in the input schema. The description adds no detail about filtering by type/level or the days_ahead default, so it stays at the baseline for fully documented schemas.

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?

Description states a clear verb ('Get') and resource ('all upcoming Pilates With Neelam classes') and specifies return contents (schedule, availability, instructor info, class details). However, it doesn't explicitly distinguish from sibling tools like get_pilates_with_neelam_availability or get_pilates_with_neelam_schedule, so it misses the highest bar.

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?

The description gives no guidance on when to prefer this tool over the four siblings (e.g., availability vs classes vs schedule). No exclusions or alternatives are mentioned, leaving the agent to infer usage purely from the name.

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