Skip to main content
Glama
asd-git-master

AltSportsLeagues MCP Server

query_leagues

Query and filter alternative sports leagues by archetype, tier, verification status, and keyword search to discover relevant leagues.

Instructions

Query and filter leagues from the database.

Flexible search across all leagues with smart filters. Combine any filters to narrow results. Returns league summaries sorted by most recently updated.

Filter options:

  • sport_archetype: combat, racing, action_heat, precision, team

  • tier_range: e.g. "1.0-2.9" for Tier 1-2 leagues

  • verification_status: "verified" or "unverified"

  • search: free-text search across league name and sport type

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sport_archetypeNoFilter by archetype (combat/racing/action_heat/precision/team).
tier_rangeNoTier range string like "1.0-2.9".
verification_statusNoFilter by verification status.
searchNoFree-text search string.
limitNoMaximum results (default 20).

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

No annotations exist, so the description carries full burden. It mentions sorting by most recently updated but lacks disclosure on destructive actions, auth needs, rate limits, or pagination.

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 concise with a brief intro and a bullet list of filters. Every sentence contributes, though it could be slightly more streamlined.

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?

Given the output schema existence and full parameter coverage, the description explains return behavior (summaries sorted by update) and all filters, making it complete for this query tool.

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?

With 100% schema coverage, baseline is 3. The description adds value by listing filter options, providing examples (e.g., tier_range '1.0-2.9'), and clarifying search scope (league name and sport type).

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 'query' and resource 'leagues' with filtering, distinguishing it from sibling tools like 'discover_leagues' or 'search_similar_leagues' by emphasizing broad, flexible search across all leagues.

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 general search and filtering but does not explicitly specify when to use this tool versus alternatives, nor does it provide conditions for when not to use it.

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

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/asd-git-master/altsportsleagues-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server