Skip to main content
Glama
DanielTomaro13

sportsdata-mcp

golfcourseapi_search

Read-onlyIdempotent

Find golf courses by name or club, returning course IDs, names, and locations for further hole-level data retrieval.

Instructions

Search the course catalogue by name or club.

Returns: {courses:[{id, club_name, course_name, location:{address, city, state, country, latitude, longitude}}]} — SHAPE FROM VENDOR DOCS. Search returns the summary only; per-hole data needs golfcourseapi_course.

NOTE: this shape is from the vendor's documentation and has NOT been verified against a live response (we hold no key for this provider). Treat it as approximate — inspect the actual payload before relying on a field name.

Example: Find a course {"search_query": "Pebble Beach"}

Auth: needs your own key in GOLFCOURSE_API_KEY.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
search_queryYesCourse or club name, e.g. 'Pebble Beach'.
Behavior5/5

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

Annotations provide readOnlyHint, openWorldHint, and idempotentHint, which already signal safe read-only behavior. The description adds valuable context beyond annotations: it warns that the response shape is from vendor docs and unverified, advises inspecting the actual payload, and notes the auth key requirement—key behavioral caveats that an agent needs before relying on the response.

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 compact and efficiently organized: one-line purpose, return shape, caveat about unverified shape, example, and auth note. Every sentence earns its place and provides essential operational info without fluff.

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 tool's low complexity (single required param, simple search semantics), the description covers all key aspects: purpose, return shape, limitations, example, and auth. The explicit caveat about unverified vendor shape is crucial for a tool without a live key, and the pointer to golfcourseapi_course completes the necessary context.

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?

Schema coverage is 100% (only one param, search_query, described as 'Course or club name'), so the schema already documents the parameter. The description adds a concrete example ('Pebble Beach') and further explains the parameter semantics ('name or club'), which supplements the schema without needing to restate everything. Baseline of 3 applies, but the example and the name/club clarification add modest value.

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 a specific action ('Search the course catalogue') with clear scope (by name or club), and explicitly differentiates from sibling golfcourseapi_course by noting this returns summary only while per-hole data needs the sibling. The verb+resource+scope combination is precise.

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

Usage Guidelines5/5

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

The description explicitly says when to use it (to search summary info) and when not to (per-hole data needs golfcourseapi_course), effectively naming the alternative tool. It also provides an example call and notes the auth requirement (GOLFCOURSE_API_KEY), giving clear contextual guidance.

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/DanielTomaro13/sportsdata-mcp'

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