Skip to main content
Glama

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.

MCP client
Glama
MCP server

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.

100% free. Your data is private.
Tool DescriptionsA

Average 3.6/5 across 3 of 3 tools scored.

Server CoherenceA
Disambiguation5/5

Each tool has a clear, distinct purpose: find spots, get spot details, and check playing conditions. No overlap in functionality.

Naming Consistency4/5

All names use a verb-noun pattern with hyphens. Minor inconsistency: 'get-spot' uses singular while 'find-spots' uses plural, but pattern is consistent.

Tool Count4/5

Three tools is appropriate for a focused domain like outdoor table-tennis spots. Could be expanded but not under-scoped.

Completeness3/5

Covers core use cases: finding, viewing, and checking conditions. Missing operations like adding or updating spots, or filtering by attributes.

Available Tools

3 tools
find-spotsAInspect

Find outdoor table-tennis spots near a coordinate. Returns the nearest spots with their distance and a citable url.

ParametersJSON Schema
NameRequiredDescriptionDefault
latYesLatitude of the search centre
lngYesLongitude of the search centre
limitNoMaximum spots to return (default 10, max 50)
radiusKmNoSearch radius in kilometres (default 5, max 100)
Behavior2/5

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.

Conciseness5/5

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.

Completeness3/5

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.

Parameters3/5

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.

Purpose5/5

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.

Usage Guidelines3/5

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.

ParametersJSON Schema
NameRequiredDescriptionDefault
slugOrIdYesSpot slug from a leagueofspin.com/spots/{slug} url, or the raw spot id
Behavior3/5

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.

Conciseness5/5

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.

Completeness3/5

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.

Parameters4/5

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.

Purpose5/5

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.

Usage Guidelines3/5

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.

ParametersJSON Schema
NameRequiredDescriptionDefault
latYesLatitude
lngYesLongitude
Behavior2/5

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.

Conciseness5/5

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.

Completeness3/5

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.

Parameters3/5

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.

Purpose5/5

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.

Usage Guidelines3/5

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.

Discussions

No comments yet. Be the first to start the discussion!

Try in Browser

Your Connectors

Sign in to create a connector for this server.

Resources