Skip to main content
Glama

Server Details

Search 6,500+ disc golf courses worldwide, find nearby courses from coordinates, and retrieve course details and updates. Free, public, read-only.

If you are the author of this connector, you can claim ownership with GitHub, an HTTP challenge, or a DNS record. Claimed connector authors can inspect health checks, view analytics, and manage their listing.
Status
Healthy
Last Tested
Transport
Streamable HTTP
URL

Available Tools

4 tools
find_courses_nearBInspect

Find disc golf courses within a specified radius (km) of given coordinates.

ParametersJSON Schema
NameRequiredDescriptionDefault
limitNoMaximum number of nearby courses to return (1-25, default: 10).
latitudeYesLatitude in decimal degrees (-90.0 to 90.0).
longitudeYesLongitude in decimal degrees (-180.0 to 180.0).
radius_kmNoSearch radius in kilometers (0.1 to 100.0 km, default: 25.0).

TDQS

B3.2/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 burden of behavioral disclosure. It confirms radius-based filtering but omits behavioral traits such as read-only safety, whether results are sorted by distance, whether distance is included in each result, or what happens when no courses match. For a tool with zero annotation coverage, this is a significant gap.

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?

A single 12-word sentence that states the resource, the radius unit, and the coordinate anchor with no filler. The verb and resource are front-loaded, and every word earns its place.

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 no output schema and no annotations, the one-sentence description leaves the response shape undefined: the agent cannot know what fields each course contains, whether results are ordered by distance, or how empty result sets are handled. For a 4-parameter tool, the description is too thin to be complete.

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 all four parameters are already documented in the schema. The description echoes 'radius (km)' and 'coordinates' but adds no meaning beyond what the schema already provides, warranting the baseline score of 3.

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 uses a clear verb-resource-scope structure: find + disc golf courses + within a radius of coordinates. The geospatial scope distinguishes it from siblings (get_course, get_recent_updates, search_courses) without needing to open the schema. It loses the fifth point because 'find' is a generic verb and the description does not explicitly contrast it with search_courses.

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?

Usage context is implied rather than stated: the phrase 'of given coordinates' and the required latitude/longitude parameters signal that this tool is for location-based lookups. However, there is no explicit guidance on when to choose this over search_courses, nor any exclusion criteria or when-not-to-use conditions.

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

get_courseAInspect

Retrieve detailed information for a specific disc golf course by its unique ID or alias.

ParametersJSON Schema
NameRequiredDescriptionDefault
idYesStable canonical course identifier or alias (1-256 characters).

TDQS

A3.9/5.0
Behavior3/5

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

No annotations are provided, so the description carries the full burden. The verb 'retrieve' clearly indicates a read-only operation, and there are no side effects implied. However, the description does not disclose what happens when the ID is not found (e.g., error behavior), nor does it specify the structure of the 'detailed information' returned. While the core behavior is clear, the lack of error handling or response details is a gap for a retrieval tool.

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, well-formed sentence that states the action, target, and identification method. It is front-loaded with the core purpose and contains no filler or redundant wording. Every word earns its place.

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

Completeness3/5

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

For a single-parameter retrieval tool with no output schema, the description does not explain what 'detailed information' includes, nor does it mention potential errors or pagination (though not applicable). The lack of an output schema means the description should at least hint at the return structure. The description is adequate for a simple operation but leaves the agent guessing about the response format, which is a notable gap.

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?

The schema provides 100% coverage of the parameter, describing 'id' as a 'Stable canonical course identifier or alias (1-256 characters)'. The description adds no additional semantic value beyond what the schema already states. Since schema coverage is high, the baseline of 3 is appropriate; the description does not need to repeat schema info.

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 uses a specific verb 'Retrieve' with a clear resource ('detailed information for a specific disc golf course') and the method of identification ('by its unique ID or alias'). This distinguishes it from siblings like search_courses (which implies search), find_courses_near (location-based), and get_recent_updates (updates). It leaves no ambiguity about what the tool does.

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 phrase 'by its unique ID or alias' clearly implies that this tool is for when the caller already knows a specific identifier, while alternatives like search_courses or find_courses_near are for discovering courses. This provides clear context without explicitly naming alternatives, but the implication is strong enough to guide selection.

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

get_recent_updatesAInspect

Discover recently added or updated disc golf courses with change type and timestamps.

ParametersJSON Schema
NameRequiredDescriptionDefault
limitNoMaximum number of recent updates to return (1-50, default: 20).
change_typeNoFilter by update type ('added' for new courses, 'updated' for modified courses).

TDQS

A3.8/5.0
Behavior3/5

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

No annotations are provided, so the description carries the full disclosure burden. It reveals that results include change type and timestamps, which is useful, but it doesn't explicitly state that the operation is read-only, how results are ordered, or the exact return structure.

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?

A single 12-word sentence that conveys the core purpose and key returned attributes. It is front-loaded with the action and resource, with zero filler or redundancy.

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?

For a simple list tool with two optional parameters and no required arguments, the description covers the core use case and indicates output fields. It doesn't specify ordering or exact return shape, but the simplicity and full schema documentation make the definition nearly complete.

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 baseline is 3. The description mentions 'change type', consistent with the change_type parameter, but adds no semantics or constraints beyond what the schema already documents for limit and change_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?

States a specific verb ('Discover'), resource ('recently added or updated disc golf courses'), and key output fields ('change type and timestamps'). The recency focus clearly distinguishes it from sibling tools like find_courses_near, get_course, and search_courses.

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 a clear use case (checking recent course changes), but it doesn't explicitly state when to choose this tool over siblings or mention alternatives. An agent must infer the boundary from the tool's name and description without explicit comparison.

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

search_coursesCInspect

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

ParametersJSON 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.

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.

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. 4 tool updates
    • First observedfind_courses_near
    • First observedget_course
    • First observedget_recent_updates
    • First observedsearch_courses

Frequently Asked Questions

Discussions

No comments yet. Be the first to start the discussion!

Related MCP Servers

  • A
    license
    Not graded
    quality
    D
    maintenance
    Enables detection and analysis of pre-public product launches through web search, content extraction, AI-powered scoring, and automated alerting. Provides comprehensive tools for surfacing stealth startup signals before they trend publicly.
    MIT
  • A
    license
    Not graded
    quality
    B
    maintenance
    Browse IndustryLens's published competitive-intelligence reports and head-to-head competitor comparisons from any AI agent — real, source-backed data.
    MIT
  • A
    license
    Not graded
    quality
    C
    maintenance
    Enables AI chat clients to perform market research and competitive intelligence by gathering company overviews, competitor lists, product portfolios, pricing snapshots, and recent news via live Tavily search.
    MIT
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