Skip to main content
Glama
MSS23

Padel Finder MCP Server

by MSS23

find_available_games

Find available padel games near you by location and time. Get slots with weather, booking, and calendar links.

Instructions

Find the nearest available padel games based on your location and preferred time. Returns slots with weather info, booking links, and calendar links.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dateYesDate to find games (YYYY-MM-DD format)
locationYesYour location (address, city name, or coordinates like "51.5074,-0.1278")
max_resultsNoMaximum number of results (default: 20)
include_weatherNoInclude weather information for each slot (default: true)
max_distance_kmNoMaximum distance to search (1-50km, default: 10)
preferred_time_endNoPreferred latest start time (HH:mm format, e.g., "21:00")
preferred_time_startNoPreferred earliest start time (HH:mm format, e.g., "18:00")
Behavior2/5

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

No annotations are provided, so the description carries full burden for behavioral disclosure. It mentions return data (weather, booking links, calendar links) but does not discuss aspects like side effects, authentication, rate limits, or result ordering. This is minimal for a tool with no annotations.

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 concise, consisting of two sentences that front-load the action and then describe the return values. There is no extraneous information, though it could be slightly more structured.

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?

Given the lack of output schema and annotations, the description provides adequate context about return values (weather, links). However, it lacks details on result sorting or how the nearest games are determined, which could be useful for full completeness.

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 coverage is 100%, with all parameters documented individually. The description aligns with the required location and date parameters but adds no new semantic meaning beyond what the schema provides. Baseline score of 3 is appropriate.

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 action ('Find'), resource ('available padel games'), and context ('location and preferred time'). It effectively distinguishes from sibling tools like find_nearby_courts and check_availability by focusing on game availability with weather and links.

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 implies usage for finding games by location and time but does not provide explicit guidance on when to use this tool versus alternatives like check_availability or find_cheapest_time. No exclusions or when-not-to-use are mentioned.

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