spots
Server Details
Find 27,000+ outdoor ping pong tables worldwide, with spot details and live playing conditions.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
Glama MCP Gateway
Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.
Full call logging
Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.
Tool access control
Enable or disable individual tools per connector, so you decide what your agents can and cannot do.
Managed credentials
Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.
Usage analytics
See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.
Tool Definition Quality
Average 3.6/5 across 3 of 3 tools scored.
Each tool has a clear, distinct purpose: find spots, get spot details, and check playing conditions. No overlap in functionality.
All names use a verb-noun pattern with hyphens. Minor inconsistency: 'get-spot' uses singular while 'find-spots' uses plural, but pattern is consistent.
Three tools is appropriate for a focused domain like outdoor table-tennis spots. Could be expanded but not under-scoped.
Covers core use cases: finding, viewing, and checking conditions. Missing operations like adding or updating spots, or filtering by attributes.
Available Tools
3 toolsfind-spotsAInspect
Find outdoor table-tennis spots near a coordinate. Returns the nearest spots with their distance and a citable url.
| Name | Required | Description | Default |
|---|---|---|---|
| lat | Yes | Latitude of the search centre | |
| lng | Yes | Longitude of the search centre | |
| limit | No | Maximum spots to return (default 10, max 50) | |
| radiusKm | No | Search radius in kilometres (default 5, max 100) |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations provided; the description only states it returns nearest spots with distance and a URL, but lacks details on rate limits, authentication, error handling, or behavior when no spots are found.
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?
Two short sentences, no wasted words, front-loaded with purpose. Very concise.
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?
For a tool with 4 parameters and no output schema, the description is adequate but could mention ordering of results, how 'nearest' is determined, and provide more detail on the return structure (e.g., format of distance and URL).
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 coverage is 100% with descriptions for all parameters. The description adds minimal value beyond the schema, mentioning 'nearest spots' but not elaborating on parameter usage or format.
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 clearly states the verb 'Find' and the resource 'outdoor table-tennis spots near a coordinate'. It distinguishes from siblings 'get-spot' (singular) and 'playing-conditions' (conditions only).
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 implies usage when you need to find spots near a coordinate, but does not explicitly provide when to use this tool versus alternatives like 'get-spot' for a specific spot or 'playing-conditions' for condition data.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
get-spotAInspect
Get one spot with details and nearby spots, by slug (preferred) or raw id.
| Name | Required | Description | Default |
|---|---|---|---|
| slugOrId | Yes | Spot slug from a leagueofspin.com/spots/{slug} url, or the raw spot id |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the full burden. It states that the tool returns 'details and nearby spots', which is useful, but it does not disclose potential side effects (it's read-only), error handling, or response format. The behavioral info is minimal.
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?
The description is a single, focused sentence with no wasted words. It conveys the essential information efficiently.
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 tool's simplicity (one parameter, no output schema), the description is adequate but not comprehensive. It lacks details about the return structure (e.g., format of 'details' and 'nearby spots'), error cases, or any prerequisites, which an agent might need for proper invocation.
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 documents the 'slugOrId' parameter with 100% coverage. The description adds value by specifying that slug is preferred and explaining how to derive it from a URL, going beyond the schema's basic description.
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 clearly states it retrieves a single spot with details and nearby spots, using a slug or raw id. The verb 'get' and the distinction from sibling tools like 'find-spots' make 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.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description mentions 'by slug (preferred) or raw id', giving a preference for identifier type. However, it does not explicitly state when to use this tool over siblings like 'find-spots' or 'playing-conditions', leaving the agent without clear guidance on tool selection beyond the implied single-spot vs search.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
playing-conditionsAInspect
Current outdoor playing conditions (wind, temperature, precipitation) for a location. Wind is the decisive signal for outdoor table tennis.
| Name | Required | Description | Default |
|---|---|---|---|
| lat | Yes | Latitude | |
| lng | Yes | Longitude |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description should disclose behavioral traits like read-only nature, but it only describes output contents without mentioning safety, authentication, or rate limits. However, it is a read-only operation, so no major red flags.
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?
The description is two sentences, front-loaded with the core purpose and a specific use case. Every sentence adds value without 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?
While the description specifies what conditions are included, it lacks details such as units, update frequency, or response format. Given no output schema, more completeness would help the agent understand expected data.
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 coverage is 100% for lat and lng, so the baseline is 3. The description does not add any additional meaning or constraints beyond what the schema already provides.
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 clearly states the tool provides current outdoor playing conditions including wind, temperature, and precipitation for a location. It distinguishes itself from sibling tools 'find-spots' and 'get-spot' by focusing on conditions rather than spot information.
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 implies usage for assessing outdoor conditions, especially for table tennis given wind importance, but does not provide explicit instructions on when to use versus alternatives, nor does it mention when not to use.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Claim this connector by publishing a /.well-known/glama.json file on your server's domain with the following structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"maintainers": [{ "email": "your-email@example.com" }]
}The email address must match the email associated with your Glama account. Once published, Glama will automatically detect and verify the file within a few minutes.
Control your server's listing on Glama, including description and metadata
Access analytics and receive server usage reports
Get monitoring and health status updates for your server
Feature your server to boost visibility and reach more users
For users:
Full audit trail – every tool call is logged with inputs and outputs for compliance and debugging
Granular tool control – enable or disable individual tools per connector to limit what your AI agents can do
Centralized credential management – store and rotate API keys and OAuth tokens in one place
Change alerts – get notified when a connector changes its schema, adds or removes tools, or updates tool definitions, so nothing breaks silently
For server owners:
Proven adoption – public usage metrics on your listing show real-world traction and build trust with prospective users
Tool-level analytics – see which tools are being used most, helping you prioritize development and documentation
Direct user feedback – users can report issues and suggest improvements through the listing, giving you a channel you would not have otherwise
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!