Skip to main content
Glama
Crawlora-org

Crawlora MCP

Official

yahoo_sports_golf_leaderboard

Fetch the full leaderboard for any Yahoo Sports golf tournament by tournament ID. Includes every golfer's rank, to-par score, round status, per-round strokes, and stats like eagles and birdies.

Instructions

Yahoo Sports golf tournament leaderboard. Returns one golf tournament's full leaderboard (every golfer's rank, to-par score, status, holes-completed-in-current-round, per-round strokes, and a fixed stat set: earnings, eagles, birdies, pars, bogeys, double bogeys), from Yahoo Sports' own public tournament-leaderboard JSON API. Get the tournament id from a golf-schedule response's id field, e.g. golf.e.23.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
seasonNo4-digit season year (a tournament id is reused across years); defaults to the tournament's most recent season
tournamentYesYahoo Sports golf tournament id from a golf-schedule response's id field
Behavior4/5

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

No annotations are provided, so the description carries the behavioral disclosure burden. It states the data is pulled from Yahoo's public tournament-leaderboard JSON API, that a single golf tournament's results are returned, and it spells out the complete 'fixed stat set.' This makes the read-only, external nature of the call clear.

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?

Three sentences, no filler. The first sentence names the tool's purpose, the second lists the full return contract, and the third explains where to source the required parameter. Every sentence contributes indispensable information.

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?

With no output schema and no annotations, the description fully compensates: it lists the returned fields, the upstream dependency for the id, and the external source API. The season parameter's semantics are already in the schema, so nothing necessary for a correct invocation is missing.

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 both parameters with 100% coverage, so the baseline is 3. The description adds extra meaning by giving a concrete example of the tournament id (`golf.e.23`) and explaining that the id originates from the golf-schedule endpoint, which helps the agent construct valid calls.

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 states a specific verb and resource: 'Returns one golf tournament's full leaderboard' and enumerates exactly what data is included (rank, to-par, status, etc.). This clearly distinguishes the tool from schedule or scoreboard siblings, and the concrete field list removes ambiguity about its scope.

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?

The description gives a direct chaining instruction: 'Get the tournament id from a golf-schedule response's id field.' This tells the agent where the required parameter comes from and how to proceed. It doesn't name the sibling tool or state any exclusions, but the guidance is already actionable.

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/Crawlora-org/crawlora-mcp'

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