Check availability
check_availabilityReal open time slots (IST) for a session type over a date range. Dates are YYYY-MM-DD.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | end date YYYY-MM-DD | |
| from | Yes | start date YYYY-MM-DD | |
| session_type | Yes |
check_availabilityReal open time slots (IST) for a session type over a date range. Dates are YYYY-MM-DD.
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | end date YYYY-MM-DD | |
| from | Yes | start date YYYY-MM-DD | |
| session_type | Yes |
Changes observed during successful MCP inspections.
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the behavioral burden. It usefully discloses that slots are 'real' open slots and are in IST, which helps an agent understand the operation. However, it does not state whether the action is read-only, what the response format is, or whether any availability constraints apply.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is short and front-loaded with the core purpose and timezone. The date-format sentence is somewhat redundant with the schema but still helps reinforce key input conventions. No unnecessary filler.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a simple 3-parameter availability check, the essentials are present: what is returned, in what timezone, and over what range. But there is no usage guidance, no output format expectation, and no annotation safety context, leaving some ambiguity for an agent deciding among sibling tools.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The schema already documents from/to as YYYY-MM-DD dates and session_type as an enum. The description mostly repeats the date format and does not add meaning for session_type values or clarify how the parameters interact. Coverage is 67%, but the description does not compensate for the undocumented parameter.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description states that the tool returns real open time slots for a session type over a date range, with IST and date format specified. It lacks an explicit verb like 'Retrieve', but the intent is clear and distinguishable from the sibling tools.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
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 list_services, get_booking_status, or create_booking_draft. There are no preconditions, exclusions, or alternative routing cues.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Add one secure layer between your agents and this server.