GetCourt
Server Details
Find upcoming tennis, padel and squash games with free spots, by city, sport, level and date.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP · MCP 2025-06-18
- URL
TDQS
Scored across 2 tools
get_game and search_games have clearly distinct purposes: one retrieves a specific game by ID, the other searches across games with filters. There is no overlap or ambiguity between the two tools.
Both tool names follow the same clear verb_noun pattern: get_game and search_games. The singular/plural distinction is natural and reinforces the difference between fetching one item and searching many.
Two tools is at the low end of the acceptable range. They form a coherent minimal read-only set, but the server feels slightly thin for a domain that could reasonably include more game-related operations.
For a read-only game discovery surface, search plus detail lookup covers the core workflow without dead ends. If the intended domain includes booking, joining, or creating games, those operations are notably absent, but nothing in the tool surface suggests they are required.
Available Tools
2 toolsget_gameAInspect
Fetch one GetCourt game by its numeric id.
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Game id. |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description must carry the full burden of behavioral disclosure. It only says 'Fetch', which implies a read operation, but does not disclose any side effects, error behavior, or output structure. For a get operation, this is minimal but leaves ambiguity about what happens on not-found or authentication requirements.
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?
A single concise sentence that is front-loaded with the action and resource. No wasted words and the essential information is presented immediately.
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?
Given the simplicity of the tool (one parameter, no output schema), the description is sufficient to convey the core functionality. It does not mention error cases or the return format, but these are not critical for a basic fetch operation.
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 provides 100% coverage for the 'id' parameter with a description of 'Game id'. The description adds 'numeric' which is redundant with the integer type, so it adds minimal value beyond the schema.
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 a specific verb 'Fetch' and resource 'GetCourt game' with a clear parameter 'numeric id'. It clearly distinguishes from the sibling 'search_games' by implying a single game lookup versus search.
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?
The description clearly implies this tool is for fetching a specific game when you have its id, which differentiates it from search_games. However, it does not explicitly state when to use this over search_games or mention any exclusions, so it is clear but not explicit.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
search_gamesBInspect
Search for upcoming GetCourt games. Filters by city, sport, skill level, date range and whether the game still has free spots.
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | Latest date, ISO 8601 (YYYY-MM-DD). | |
| city | No | City name as it appears on the court, e.g. "Belgrade". | |
| from | No | Earliest date, ISO 8601 (YYYY-MM-DD). | |
| limit | No | How many games to return (1-100, default 25). | |
| sport | No | Sport name, e.g. "Tennis", "Padel", "Squash". | |
| urgent | No | Only games whose organiser announced a player search. | |
| with_spots | No | Only games that still have a free spot. | |
| skill_level | No | Skill level filter, e.g. "Beginner". |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries the full burden. It discloses the search action and filter scope but does not state that the operation is read-only, what the response shape is, whether results are paginated or sorted, or any default behavior such as limit.
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?
A single front-loaded sentence that names the action and resource first, then lists filters. No filler or redundancy.
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?
The definition is adequate for a simple search but lacks return-value information (no output schema), pagination/sorting behavior, and any guidance on how this relates to get_game. For an 8-parameter tool with no annotations, more context is needed.
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?
Schema description coverage is 100%, so the schema already documents all 8 parameters. The description adds a useful summary of the filter categories (city, sport, skill level, date range, free spots) but omits 'urgent' and 'limit'; this is acceptable since the schema covers them.
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 a specific verb ('Search') and resource ('upcoming GetCourt games'), and enumerates the filter dimensions. It does not explicitly contrast with the sibling get_game, but the search-vs-get distinction is clear enough.
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?
The description makes the tool's context explicit: use it to search and filter upcoming games. It does not mention when to prefer get_game or any exclusions, so it stops short of full routing guidance.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections.
2 tool updates
- First observed
get_game - First observed
search_games
Related MCP Connectors
Search bookable London courts, pitches, lanes and pickup games across every major UK provider.
Padel matches for people and agents: create, share one link, join, americano schedules, levels.
Find pickup soccer or drop-in football games via your AI. 70+ cities, one-click RSVP.
Run racket-sport tournaments from your AI assistant: fair draws, scores, live standings.
Related MCP Servers
- AlicenseNot gradedqualityCmaintenanceTournament software for tennis, padel, pickleball and more: fair draws, live standings, scores and dropout handling.MIT
- MIT
- FlicenseNot gradedqualityBmaintenanceEnables searching for sports stores with intelligent ranking, filtering, and availability checks across multiple languages.-
- -licenseNot gradedqualityNot gradedmaintenanceEnables checking Matchpoint club balance, listing free padel court availability, and booking private Open Matches through natural language from AI clients like Cursor or Claude Desktop.-
Glama MCP Gateway
Add one secure layer between your agents and this server.