Skip to main content
Glama
MSS23

Padel Finder MCP Server

by MSS23

set_availability_alert

Set a persistent alert to monitor a padel venue for preferred time slots and receive webhook notifications when they become available.

Instructions

Set up a persistent alert for when a preferred time slot becomes available. Alerts are saved to disk and support webhook notifications.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dateYesDate to watch (YYYY-MM-DD format)
venue_idYesThe venue ID to watch
venue_nameNoVenue name for display
webhook_urlNoWebhook URL for notifications (required if notification_method is webhook)
preferred_time_endYesEnd of preferred time window (HH:mm)
notification_methodNoHow to notify: webhook (POST to URL), log (write to file), or callback (return in response)log
preferred_time_startYesStart of preferred time window (HH:mm)
Behavior3/5

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

With no annotations, the description carries full burden. It discloses persistence ('saved to disk') and notification support, but lacks details on limits, idempotency, duplicate handling, or error conditions. Some transparency, but significant gaps remain.

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 sentences, no waste. Front-loaded with the core action and key behaviors (persistence, webhook support). Every word earns its place.

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?

With 7 parameters and no output schema or annotations, the description is adequate but incomplete. It covers persistence and notification method but does not explain the response, error handling, or success indication. An agent might need more context to use it effectively.

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%, so baseline is 3. The description does not add meaning beyond the schema; it only describes the tool's overall purpose. Parameters are well-documented in the schema, so no extra semantics are needed.

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?

Description clearly states the action 'set up a persistent alert' with specific conditions 'when a preferred time slot becomes available'. It distinguishes from sibling tools like 'check_availability' (which checks existing slots) and 'list_availability_alerts' (which lists alerts), making the purpose unambiguous.

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?

Description implies usage for monitoring future availability but does not provide explicit when-to-use vs alternatives like 'check_availability' or 'find_available_games'. No exclusions or conditions are mentioned, leaving the agent to infer context.

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