Skip to main content
Glama

search_games

Search for upcoming GetCourt games. Filters by city, sport, skill level, date range and whether the game still has free spots.

Input Schema

TableJSON 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".

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

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.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources