Skip to main content
Glama

Server Details

Free fantasy pools for the four tennis Grand Slams. What play for love means, and who is winning.

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
URL

Available Tools

3 tools
current_tournamentAInspect

Which Grand Slam is in progress right now, how many matches are decided, and how fresh the results are.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

TDQS

A3.5/5.0
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations, the description carries the full burden of behavioral disclosure. It does add the useful detail that results include freshness ('how fresh the results are'), which hints at data recency expectations. However, it does not explicitly state that this is a read-only query or describe any caching/update behavior.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single sentence with no filler, and the primary subject (current Grand Slam) is front-loaded. Slight clarity cost comes from the interrogative phrasing, but it remains tight and efficient.

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 no-parameter, no-output-schema tool, the description conveys the main output concepts: tournament identity, match count, and freshness. It is adequate but does not specify the exact format or unit of freshness, and it misses a chance to explicitly differentiate itself from how_4grand_works.

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 tool has zero parameters, so there is nothing for the description to add to the input schema. The baseline of 4 applies because parameter semantics are trivially complete.

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 clearly states what the tool reports: the current Grand Slam, number of decided matches, and result freshness. It lacks an explicit verb like 'returns' or 'gets', and is phrased as questions, but the intent is unambiguous and distinguishable from siblings like public_pool_standings.

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 phrasing 'in progress right now' implies this tool is for current-state queries, but there is no explicit statement of when to use it versus siblings or when not to use it. No alternatives are named, so guidance is only implied rather than stated.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

how_4grand_worksAInspect

Call this first. What 4GRAND is, what 'play for love' means, what it costs a player, and how scoring works.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

TDQS

A4/5.0
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations provided, the description carries the full burden of behavioral disclosure. It clearly explains that the tool delivers explanatory content rather than performing an action, but it does not mention return format, length, or whether it is purely read-only. The content topics are transparent, yet behavioral detail beyond those topics 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 extremely concise and front-loaded with the most important instruction ('Call this first'). Every phrase adds value by enumerating the substantive topics covered, with no filler or repetition.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a zero-parameter, no-output-schema orientation tool, the description is complete. It tells the agent the exact sequence position and the full set of concepts the tool explains. No additional context about parameters or return values is needed.

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 tool has zero parameters, so there is nothing for the description to clarify. Baseline 4 applies because no parameter information is needed and the description accurately indicates an unconditional call.

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 clearly states what the tool covers: an orientation to 4GRAND, the meaning of 'play for love', player costs, and scoring. It is not a tautology and conveys a definite purpose, though it does not explicitly contrast itself with current_tournament or public_pool_standings beyond implying it should be called first.

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?

'Call this first' is an explicit, actionable usage instruction that tells the agent when to invoke this tool before diving into tournament or standings data. It lacks explicit 'when not to use' or named alternatives, but the guidance is clear enough for a zero-parameter orientation tool.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

public_pool_standingsBInspect

The leaderboard of a public community pool, by its share token. Private and club pools are not available.

ParametersJSON Schema
NameRequiredDescriptionDefault
share_tokenYesThe token in a /pool/<token> URL.

TDQS

B3.4/5.0
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations, the description carries the burden of behavior disclosure. It usefully reveals that only public pools are accessible and private/club pools will not work, but it does not describe the returned leaderboard structure, ordering, or any access prerequisites. This is adequate but leaves gaps.

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 short sentences with no filler. The core purpose is front-loaded, and the availability restriction earns its place as a separate clarifying sentence.

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?

For a simple one-parameter read-only query, the schema fully documents the required input and the description communicates the public-only scope. However, because there is no output schema or annotations, a little more detail about what the leaderboard contains or how it is ordered would make it fully complete.

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 sole parameter, explaining that share_token comes from a /pool/<token> URL. The description only restates 'by its share token' and adds no new semantic detail, so the baseline score of 3 is appropriate.

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 clearly identifies the resource—a leaderboard of a public community pool—and the identifying key, its share token. It also sets scope by excluding private and club pools, but it does not explicitly contrast itself with the sibling tools current_tournament and how_4grand_works.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

There is no guidance about when to use this tool versus the sibling tools. The phrase 'Private and club pools are not available' states a limitation, but it does not tell an agent when to prefer this tool or when to use an alternative.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Frequently Asked Questions

Discussions

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

Related MCP Connectors

Related MCP Servers

  • A
    license
    A
    quality
    A
    maintenance
    Real-time tennis data for ATP, WTA, Challenger and ITF: live scores, player rankings, match-winner odds, and model win-probability. 12 read-only tools; a tier-gated endpoint returns a plain-English explanation of which plan it needs rather than a bare 403. Requires a paid API key.
    24
    110
    162
    MIT
  • A
    license
    Not graded
    quality
    C
    maintenance
    Tournament software for tennis, padel, pickleball and more: fair draws, live standings, scores and dropout handling.
    MIT
  • A
    license
    A
    quality
    B
    maintenance
    48 AI-callable tools for FIFA World Cup 2026 football, Formula 1, and IPL cricket — Monte-Carlo bracket simulations, F1 pit-strategy modeling, and a Dream11 ILP optimizer, plus live odds and value-bet detection. Free, open-source, and works with any MCP client via uvx.
    44
    10
    MIT
  • A
    license
    Not graded
    quality
    C
    maintenance
    Connect ESPN & Yahoo fantasy leagues to AI assistants via MCP. Read-only tools for rosters, standings, matchups, free agents, and league info across football and baseball.
    14
    MIT
Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A3.6/5.0
Disambiguation5/5

Each tool answers a distinctly different question: current tournament status, platform explanation, and specific pool standings. No overlap in purpose, so an agent can easily choose the correct tool.

Naming Consistency3/5

current_tournament and public_pool_standings follow a consistent adjective_noun pattern, but how_4grand_works breaks that pattern with a complete phrase. The names are readable but not fully uniform.

Tool Count4/5

Three tools is at the low end of the ideal range, but each has a clear role and the server feels properly scoped as a small informational service. It is not too thin to be useful.

Completeness3/5

The set covers the basic informational loop: what is it, what is happening now, and how to view a public pool. Notable gaps include historical tournament data, private or club pool functionality, and match-level details, which require workarounds.

Resources