Skip to main content
Glama
nakulcopilot

Pilates With Neelam MCP Server

by nakulcopilot

get_studio_manifest

Verify the MCP server is connected to the correct Pilates With Neelam studio by retrieving the studio identity and manifest. Call this first to ensure accurate studio data for all operations.

Instructions

Get the Pilates With Neelam studio identity and manifest. Call this first to verify the MCP server is connected to the correct studio.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

No annotations are provided, so the description carries the full disclosure burden. 'Get' signals a read operation, and 'verify the MCP server is connected to the correct studio' usefully reveals the tool's role as a connection check. However, it doesn't explicitly state side-effect-freeness or what happens on failure or wrong-studio connection — minor gaps for a zero-parameter read tool.

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 short sentences totaling roughly 25 words. The first delivers the verb and resource; the second delivers the usage timing. Every sentence earns its place, with no fluff and no repetition of schema content.

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?

For a zero-parameter tool with no output schema and no annotations, the description covers what it returns (studio identity and manifest) and when to call it. It doesn't specify the manifest's contents or return format, but at this low complexity tier nothing critical is missing for correct invocation.

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 input schema has zero properties, so there are no parameters to document, placing this at the baseline of 4. The description appropriately avoids inventing parameter detail, and its only guidance ('call this first') is behavioral rather than parameter-related.

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 states a specific verb and resource — 'get' the 'Pilates With Neelam studio identity and manifest' — which clearly sets this apart from all class/schedule/booking-level siblings. The second sentence reinforces purpose by framing it as the server connection verification tool. 'Manifest' is mildly jargon-y and could be expanded, but the intent is unmistakable.

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?

Gives explicit temporal guidance: 'Call this first to verify the MCP server is connected to the correct studio' tells the agent exactly when to invoke it. It doesn't name alternatives or state when not to use it, but the sibling names (find_my_class, book_..., check_in_...) make the non-overlap obvious.

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