surf-trip-planner
Server Details
Surf trip planner: live 0-100 Strike Scores, 10-day forecasts, and trip picks for 1,100+ spots.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
Glama MCP Gateway
Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.
Full call logging
Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.
Tool access control
Enable or disable individual tools per connector, so you decide what your agents can and cannot do.
Managed credentials
Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.
Usage analytics
See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.
Tool Definition Quality
Average 4.1/5 across 5 of 5 tools scored.
Each tool has a distinct purpose: comparison vs recommendation vs forecast vs static info vs general guidance. However, 'compare_surf_destinations' and 'recommend_surf_trip_destinations' have overlapping use cases (deciding between destinations vs recommending destinations), but descriptions clarify the difference.
All tool names follow a consistent verb_noun pattern in snake_case (e.g., 'compare_surf_destinations', 'get_live_spot_forecast'). No mixing of styles.
5 tools is a well-scoped number for a surf trip planner. Each tool covers a different aspect (comparison, general guidance, live forecast, static context, recommendations).
The set covers key planning tasks: comparing destinations, getting live forecasts, static spot info, recommendations, and general guidance. Missing a tool for searching spots by criteria (e.g., wave type, difficulty) but the recommendation tool partially fills that gap.
Available Tools
5 toolscompare_surf_destinationsCompare surf destinationsARead-onlyInspect
Use this when a user is deciding between specific countries, regions, or surf spots. Compares Strike Mission fit by ability level, season, travel access, hazards, consistency, and recommended spot candidates.
| Name | Required | Description | Default |
|---|---|---|---|
| surferLevel | No | User ability level. | intermediate |
| travelMonth | No | Target travel month from 1 to 12. Omit to use the current month. | |
| destinations | Yes | Countries, regions, or spot names to compare, for example Mexico, Costa Rica, Portugal, Bali, Uluwatu. |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already indicate a read-only operation. The description adds comparison dimensions (ability level, season, etc.) but does not describe output format, response behavior, or data limits. Given the annotations, the description adds moderate context but lacks depth in behavioral disclosure.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is concise and front-loaded: first sentence states when to use, second sentence lists comparison criteria. Every sentence is relevant, with no unnecessary words.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Although parameter descriptions are complete and annotations cover safety, the description does not specify the output format or how results are presented. Given that there is no output schema, the description should hint at what the user gets back. The comparison criteria are listed, but completeness is lacking.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 100%, so each parameter already has a description. The tool description does not add new parameter-level details beyond what the schema provides. It gives contextual meaning to the overall comparison, but not to individual parameters.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool's purpose: comparing specific surf destinations. It specifies the verb 'compare' and the resource 'surf destinations', and the context 'when a user is deciding between specific countries, regions, or surf spots' distinguishes it from sibling tools.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description explicitly tells when to use this tool ('when a user is deciding between specific...'). While it does not list when not to use, the sibling tool names provide implicit alternatives, making the guidance clear.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
find_surf_trip_guidesFind surf trip planning guidesARead-onlyInspect
Use this when the user wants surf trip planning guidance, such as landlocked surfer planning, where to surf next, avoiding flat trips, cheap surf flights, or Surfline alternatives.
| Name | Required | Description | Default |
|---|---|---|---|
| query | No | Optional free-form user query to match against guide titles and keywords. | |
| intent | No | The surf trip planning intent. |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already indicate the tool is read-only and non-destructive. The description only mentions searching guides, adding minimal behavioral context beyond what annotations provide.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
A single, front-loaded sentence efficiently communicates the tool's purpose and common use cases without unnecessary text.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
The description covers key intents but does not mention the output format or that it returns a list of guides. For a simple tool with no output schema, this is adequate but could be improved.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
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 parameters. The description does not add meaningful interpretation beyond the schema, so baseline score applies.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool provides surf trip planning guidance and lists specific intents. However, it does not differentiate from sibling tools like recommend_surf_trip_destinations, which could cause confusion.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description enumerates specific scenarios for using the tool (e.g., landlocked surfer planning, cheap flights). It lacks explicit when-not-to-use guidance or alternative tool references.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
get_live_spot_forecastGet live Strike Score forecastARead-onlyInspect
Use this when the user asks whether a specific surf spot is worth surfing or traveling to soon. Fetches the live 10-day Strike Mission forecast and best days for one spot.
| Name | Required | Description | Default |
|---|---|---|---|
| spot | Yes | Spot name, slug, or numeric Strike Mission spot id, for example Uluwatu, uluwatu, or 1. |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true, so the agent knows it's a read operation. The description adds that it fetches a 'live' forecast with a 10-day horizon and 'best days,' providing useful behavioral context beyond the annotations.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Two sentences with no wasted words. The first sentence fronts the usage case, the second states the action. Very concise and well-structured.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
The tool is simple (1 parameter, no output schema). The description fully covers what it does, the type of data returned (forecast and best days), and the scenario in which to use it. No gaps.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The input schema already has 100% coverage and describes the 'spot' parameter as a name, slug, or ID. The description does not add new parameter details, so baseline score of 3 is appropriate.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the verb 'Fetches' and the resource 'live 10-day Strike Mission forecast and best days for one spot.' It also specifies the use case: when a user asks if a specific spot is worth surfing or traveling to. This distinguishes it from sibling tools that compare spots or find guides.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description explicitly says 'Use this when the user asks whether a specific surf spot is worth surfing or traveling to soon,' providing clear context. It does not mention when not to use it or alternatives, but the instruction is sufficient given the sibling tools.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
get_spot_planning_contextGet surf spot planning contextARead-onlyInspect
Use this when the user asks about a specific surf spot. Returns difficulty, hazards, season, travel access, wave type, swell/wind requirements, and Strike Mission links.
| Name | Required | Description | Default |
|---|---|---|---|
| spot | Yes | Spot name, slug, or numeric Strike Mission spot id, for example Uluwatu, uluwatu, or 1. |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations provide readOnlyHint and destructiveHint. The description adds disclosure of returned fields (difficulty, hazards, etc.) and Strike Mission links, going beyond annotations. No contradictions.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Two sentences with front-loaded usage guidance. Every sentence is informative with no fluff. Highly efficient and easy to parse.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a single-parameter tool with full schema coverage and annotations, the description covers all necessary context: when to use, input format, and output contents. No gaps.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The only parameter 'spot' has 100% schema coverage. The description adds examples (Uluwatu, uluwatu, 1) and explains the parameter accepts name, slug, or numeric ID, adding value beyond the schema.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool returns planning context for a specific surf spot, including difficulty, hazards, season, travel, wave type, and links. It distinguishes from sibling tools like compare_surf_destinations (comparison) or get_live_spot_forecast (live data).
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
Explicitly says 'Use this when the user asks about a specific surf spot.' No explicit when-not, but the sibling tool names imply alternatives for comparisons, guides, and recommendations.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
recommend_surf_trip_destinationsRecommend surf trip destinationsARead-onlyInspect
Use this when a user asks where to surf, where to fly for surf, how to plan a landlocked surfer trip, or which destinations fit their ability. Returns Strike Mission destination candidates with ability fit, season, travel, hazards, and dashboard links. For near-term trips (this month), candidates are ranked by live 10-day Strike Scores.
| Name | Required | Description | Default |
|---|---|---|---|
| budget | No | Budget preference for the trip. | any |
| maxResults | No | Maximum number of recommendations. | |
| surferLevel | No | User ability level. Use intermediate when the user can catch green waves and go down the line. | intermediate |
| travelMonth | No | Target travel month from 1 to 12. Omit to use the current month. | |
| originAirport | No | Optional IATA origin airport, for example DEN, LAX, JFK, LHR, SYD. | |
| warmWaterOnly | No | Set true when the user wants warm-water or boardshort-friendly surf. | |
| avoidHeavyWaves | No | Set true for beginners, intermediates, family trips, or anyone avoiding serious reef/slab conditions. | |
| preferredRegions | No | Optional regions to prefer, for example Central America, Europe, Pacific, Southeast Asia. | |
| includeBoatAccess | No | Set true if boat-only waves are acceptable. | |
| preferredCountries | No | Optional countries to prefer, for example Mexico, Costa Rica, Portugal. |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint true and destructiveHint false, so no contradiction. The description adds value by detailing return contents (ability fit, season, travel, hazards, dashboard links) and the ranking behavior for near-term trips, which is not implied by annotations.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single efficient paragraph with a clear lead sentence and supporting details. It avoids redundancy but could be slightly more compact; still, it earns its length.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
No output schema exists, and the description only partially describes return values (mentions candidates with attributes but not structure). With 10 parameters, some guidance on parameter interactions (e.g., preferredRegions vs preferredCountries) would improve completeness. Adequate but not fully comprehensive.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema has 100% coverage with descriptions for all 10 parameters. The description does not add additional context or usage hints beyond what is already in the schema, so baseline score of 3 is appropriate.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool returns surf trip destination recommendations with specific attributes (ability fit, season, travel, hazards, dashboard links). It lists several use cases (where to surf, where to fly, plan landlocked trip). However, it does not explicitly differentiate from sibling tools like compare_surf_destinations, which is a minor gap.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description explicitly states when to use the tool ('when a user asks where to surf...') and adds nuance about near-term trips and live Strike Scores. However, it does not mention when NOT to use it or suggest alternative sibling tools, leaving some ambiguity.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Claim this connector by publishing a /.well-known/glama.json file on your server's domain with the following structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"maintainers": [{ "email": "your-email@example.com" }]
}The email address must match the email associated with your Glama account. Once published, Glama will automatically detect and verify the file within a few minutes.
Control your server's listing on Glama, including description and metadata
Access analytics and receive server usage reports
Get monitoring and health status updates for your server
Feature your server to boost visibility and reach more users
For users:
Full audit trail – every tool call is logged with inputs and outputs for compliance and debugging
Granular tool control – enable or disable individual tools per connector to limit what your AI agents can do
Centralized credential management – store and rotate API keys and OAuth tokens in one place
Change alerts – get notified when a connector changes its schema, adds or removes tools, or updates tool definitions, so nothing breaks silently
For server owners:
Proven adoption – public usage metrics on your listing show real-world traction and build trust with prospective users
Tool-level analytics – see which tools are being used most, helping you prioritize development and documentation
Direct user feedback – users can report issues and suggest improvements through the listing, giving you a channel you would not have otherwise
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!