Skip to main content
Glama

search_courses

Search for disc golf courses by name, city, country, region, hole count, or features.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMaximum number of results to return (1-25, default: 10).
queryNoText search query for course name, city, or keywords (1-200 characters).
offsetNoPagination offset (0-1000, default: 0).
regionNoState, province, or region code/name (e.g. 'FL', 'OR', 'England').
countryNoISO 3166-1 alpha-2 country code (e.g. 'US', 'GB', 'FI') or country name.
is_freeNoFilter to free-to-play public courses.
is_18_holesNoFilter to courses with 18 or more holes.
is_pay_to_playNoFilter to pay-to-play or commercial courses.
is_dog_friendlyNoFilter to dog-friendly courses.
has_multiple_pinsNoFilter to courses with multiple basket/pin positions.
has_multiple_teesNoFilter to courses with multiple tee pads per hole.

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observed

TDQS

C2.9/5.0
Behavior2/5

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

No annotations are provided, so the description carries the full behavioral disclosure burden. It only restates the search functionality and does not disclose result ordering, pagination behavior, how filters combine, or that this is a read-only 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?

The description is a single, front-loaded sentence with no filler or redundancy. It efficiently conveys the core capability while leaving parameter details to the schema.

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

Completeness2/5

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

With 11 optional parameters, no annotations, and no output schema, the description is too thin. It does not explain whether the query is required, how filters interact, what the returned results look like, or when an agent should choose this tool over its siblings.

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 description coverage is 100%, so the schema already documents all 11 parameters in detail. The description's list of searchable fields adds no new meaning beyond what each parameter description already provides, so the baseline of 3 applies.

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 states a clear verb ('search') and a specific resource ('disc golf courses'), and lists the search dimensions (name, city, country, region, hole count, features). It does not explicitly name sibling tools, but the criteria clearly distinguish it from location-based 'find_courses_near' and single-record 'get_course'.

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 on when to use this tool versus the sibling tools, no mention of alternatives, and no exclusion conditions. While 'search' implies a query scenario, the description leaves the agent to infer when to prefer this over find_courses_near or get_course.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A3.8/5.0
Disambiguation5/5

Each tool targets a distinct query mode: proximity, attribute search, detail lookup, and change tracking. No two tools do the same thing, and the descriptions clearly separate find_near from search.

Naming Consistency5/5

All tools use a consistent verb_noun pattern (find/get/search) with course/courses as the object. Minor variation like 'get_recent_updates' still fits the convention.

Tool Count5/5

Four tools cover a focused read-only disc golf course API without bloat. Each tool addresses a distinct need and the count is well within the ideal 3-15 range.

Completeness5/5

The surface covers discovery (search and nearby), detail retrieval, and change tracking, which are the core operations for this domain. No obvious missing workflow for a read-only course directory.

Resources