Skip to main content
Glama
MSS23

Padel Finder MCP Server

by MSS23

quick_book_check

Check padel court availability at all your favorite venues for a specific date and time preference. See if you can play tonight.

Instructions

Quick check: See availability at all your favorite venues for a specific time. Perfect for "Can I play tonight?"

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dateNoDate to check (defaults to today)
time_preferenceNoTime preference: "morning" (06-12), "afternoon" (12-18), "evening" (18-23), or "HH:mm-HH:mm"
Behavior2/5

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

No annotations are provided, so the description must disclose behavioral traits. It only mentions 'See availability' and 'favorite venues', but does not clarify if it's read-only (assumed), what happens if there are no favorites, or any side effects. The description lacks explicit behavioral context beyond the basic operation.

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?

The description is two sentences, no fluff, and front-loaded with the key action. It is appropriately concise for a simple tool, though it could structure the info better (e.g., separate purpose from use case).

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

Completeness2/5

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

Given no output schema and no annotations, the description is incomplete. It does not explain what the return result looks like (e.g., list of venues with availability), error conditions, or edge cases like empty favorite list. For a tool with siblings offering more detail, this description lacks sufficient completeness for an agent to understand the full 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 baseline is 3. The description does not add any meaning beyond the schema; it only mentions 'specific time' without elaborating on the parameters. The schema already documents date and time_preference with patterns, so the description adds no extra value for parameters.

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 the tool checks availability at all favorite venues for a specific time, using a specific verb 'See availability' and resource 'all your favorite venues'. It distinguishes from siblings like 'check_availability' (likely single venue) and 'list_favorite_venues' (only lists, not checks).

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

Usage Guidelines3/5

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

The description provides a use case ('Can I play tonight?') implying when to use it, but does not explicitly state when not to use it or how it differs from alternatives like 'check_availability' or 'find_available_games'. No usage exclusions or alternative recommendations.

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/MSS23/padel-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server