Skip to main content
Glama
asd-git-master

AltSportsLeagues MCP Server

compare_league_trajectories

Compare valuation trajectories of two leagues side-by-side over recent quarters to identify diverging or converging trends, total change, and current growth. Use for evaluating partnership candidates.

Instructions

Head-to-head valuation trajectory comparison between two leagues.

Returns side-by-side score histories showing how both leagues' valuations have evolved over recent quarters. Highlights diverging or converging trends, total change over the period, and current growth trajectories.

Use this when a user asks "how does League A compare to League B over time?" or wants to evaluate two partnership candidates.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
league_id_1YesUUID of the first league.
league_id_2YesUUID of the second league.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

No annotations provided, so description must convey behavior. It describes return format: side-by-side histories, trends, total change, growth trajectories. It does not explicitly state read-only nature, auth requirements, or data recency, but the description sufficiently indicates a non-destructive comparison operation.

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?

Four sentences succinctly convey purpose, output, and usage context. No redundant or wasteful phrasing; every sentence adds value. Front-loaded with main function.

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?

Given the presence of an output schema, the description adequately covers purpose, output highlights, and usage suggestions. Could mention any prerequisites or data range limitation, but overall sufficient for a comparison tool.

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 covers both parameters (league_id_1 and league_id_2) with descriptions mentioning UUIDs, achieving 100% coverage. Description does not add extra parameter detail beyond schema, so baseline score of 3 is appropriate.

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?

Description states specific verb+resource: 'Head-to-head valuation trajectory comparison between two leagues.' It clearly distinguishes from sibling 'compare_leagues' by specifying 'valuation trajectory' and 'side-by-side score histories', making the tool's unique purpose clear.

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?

Provides explicit use cases: 'Use this when a user asks "how does League A compare to League B over time?" or wants to evaluate two partnership candidates.' This clearly indicates when to use, though it does not explicitly exclude alternative scenarios.

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