golfcourseapi_search
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
| Name | Required | Description | Default |
|---|---|---|---|
| search_query | Yes | Course or club name, e.g. 'Pebble Beach'. |