Skip to main content
Glama

Server Details

Find upcoming tennis, padel and squash games with free spots, by city, sport, level and date.

If you are the author of this connector, you can claim ownership with GitHub, an HTTP challenge, or a DNS record. Claimed connector authors can inspect health checks, view analytics, and manage their listing.
Status
Healthy
Last Tested
Transport
Streamable HTTP · MCP 2025-06-18
URL

TDQS

A3.7/5.0

Scored across 2 tools

Disambiguation5/5

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.

Naming Consistency5/5

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.

Tool Count3/5

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.

Completeness4/5

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 tools
get_gameAInspect

Fetch one GetCourt game by its numeric id.

ParametersJSON Schema
NameRequiredDescriptionDefault
idYesGame id.

TDQS

A3.8/5.0
Behavior2/5

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.

Conciseness5/5

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.

Completeness4/5

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.

Parameters3/5

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.

Purpose5/5

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.

Usage Guidelines4/5

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.

ParametersJSON Schema
NameRequiredDescriptionDefault
toNoLatest date, ISO 8601 (YYYY-MM-DD).
cityNoCity name as it appears on the court, e.g. "Belgrade".
fromNoEarliest date, ISO 8601 (YYYY-MM-DD).
limitNoHow many games to return (1-100, default 25).
sportNoSport name, e.g. "Tennis", "Padel", "Squash".
urgentNoOnly games whose organiser announced a player search.
with_spotsNoOnly games that still have a free spot.
skill_levelNoSkill level filter, e.g. "Beginner".

TDQS

B3.4/5.0
Behavior2/5

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.

Conciseness5/5

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.

Completeness2/5

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.

Parameters3/5

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.

Purpose4/5

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.

Usage Guidelines4/5

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.

  1. 2 tool updates
    • First observedget_game
    • First observedsearch_games

Related MCP Connectors

Related MCP Servers

  • A
    license
    Not graded
    quality
    C
    maintenance
    Tournament software for tennis, padel, pickleball and more: fair draws, live standings, scores and dropout handling.
    MIT
  • -
    license
    Not graded
    quality
    Not graded
    maintenance
    Enables 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.
    -
Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources