Skip to main content
Glama
EquateItAu

ClassQuill MCP server

by EquateItAu

tutor_available_slots

Read-onlyIdempotent

Retrieve open appointment slots for a tutor within a specified date range and duration.

Instructions

Tutor Available Slots

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
toYesWindow end, ISO date e.g. 2026-07-07
fromYesWindow start, ISO date e.g. 2026-07-01
durationNoSlot length in minutes (default 60)
tutor_idYesTutor UUID

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
slotsNo
to_dateYes
tutor_idYes
from_dateYes
duration_minutesYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.4

TDQS

D1.9/5.0
Behavior2/5

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

The description adds no behavioral context beyond the annotations, which already declare readOnlyHint, openWorldHint, idempotentHint, and destructiveHint. There is no contradiction, but the description itself contributes nothing about behavior, limits, or return semantics.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness2/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is extremely short but this is under-specification, not concise efficiency. The three-word phrase provides no actionable information and does not earn its place in the definition.

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

Completeness1/5

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

For a tool with 4 parameters, an output schema, and many related siblings, the description is bare bones and leaves the agent to guess what the tool returns, how it behaves, and how it differs from alternatives. It is not nearly complete enough for safe invocation.

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 mentions none of the parameters and adds no semantic meaning beyond the schema's property descriptions, so it neither harms nor improves parameter understanding.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose2/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description 'Tutor Available Slots' is a direct restatement of the tool name/title and contains no verb, so it fails to explicitly state what the tool does (e.g., list, fetch, or search). It weakly hints at a resource but does not describe the action or scope.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines1/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

There is no guidance about when to use this tool versus alternatives such as list_availabilities, get_availability, or coverage_tutors. The description gives no context for selection and does not mention any exclusions or conditions.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.