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.3/5 across 5 of 5 tools scored.
Several tools have overlapping purposes: compare_surf_destinations, recommend_surf_trip_destinations, and find_surf_trip_guides all provide destination recommendations and planning guidance, making it unclear when to use which. The descriptions partially differentiate them but boundaries remain ambiguous.
All tool names follow a verb_noun pattern (e.g., compare_surf_destinations, get_live_spot_forecast) using snake_case. While verbs vary, the pattern is consistent and predictable. No mixing of conventions or unclear naming.
With 5 tools covering recommendations, comparisons, forecasts, and spot details, the count is well-scoped for a specialized surf trip planner. Each tool serves a clear role without being excessive or sparse.
The tool set covers core surf trip planning needs: destination recommendations, comparisons, live forecasts, and spot context. Minor gaps exist (e.g., no tool for managing user preferences or historical data), but agents can still plan effectively.
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 declare readOnlyHint=true, destructiveHint=false, and openWorldHint=false. The description adds context by listing the comparison dimensions (ability level, season, travel access, hazards, consistency, spot candidates), which informs the agent about what aspects the tool evaluates without repeating annotation data.
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 two sentences, front-loaded with the usage context, and every word is meaningful. No redundancy or fluff. It efficiently packs purpose, usage, and behavioral traits into minimal 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?
Given the tool has 3 parameters, no output schema, and clear annotations, the description covers the key aspects: what it does, when to use, and comparison criteria. It lacks only a hint about the output format (e.g., a comparison summary), but that is minor given the absence of an output schema.
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?
All three parameters have schema descriptions (100% coverage), establishing a baseline of 3. The description adds value by linking parameters to comparison aspects: 'ability level' to surferLevel, 'season' to travelMonth, and 'destinations' explicitly. It also confirms the intended use of the destinations array.
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 compares specific surf destinations (countries, regions, spots) across multiple dimensions. It distinguishes from sibling tools like recommend_surf_trip_destinations by focusing on comparison of user-defined sets.
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 opens with 'Use this when a user is deciding between specific countries, regions, or surf spots', providing a clear, direct usage guideline. It implicitly tells the agent this is for comparison, not for general recommendations or forecasts.
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 read-only and non-destructive behavior. The description adds that the tool matches user queries and intents against guide titles and keywords, providing transparency beyond annotations without contradiction.
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, well-structured sentence that lists concrete examples. Every part is useful, with no wasted 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?
For a simple search tool with few parameters and no output schema, the description is complete enough. It covers usage context and behavioral intent, though a brief comparison to sibling tools would enhance completeness.
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?
Both parameters are fully described in the schema with 100% coverage. The description reiterates the examples from the intent enum but does not add new semantic meaning beyond what the schema provides.
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 is for surf trip planning guidance and lists specific use cases like landlocked surfer planning and cheap flights. However, it does not explicitly distinguish this tool from siblings like recommend_surf_trip_destinations, which may lead to 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 provides explicit contexts for use (e.g., landlocked surfer, where to surf next) and includes a list of intents. It lacks guidance on when not to use the tool or how it differs from similar sibling tools, but the intent enum helps specify usage.
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 indicate readOnlyHint=true and destructiveHint=false. The description adds that it fetches a live 10-day forecast and best days, which is consistent and provides behavioral context without contradiction.
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, front-loaded with the use case, and no redundant words. Every sentence adds value.
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 simple tool with one parameter and no output schema, the description adequately covers what the tool does (fetches forecast) and when to use it. It does not detail output format but is sufficient for selection.
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% with a clear description of the 'spot' parameter. The description adds no further semantic detail beyond 'one spot', 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 'Fetches the live 10-day Strike Mission forecast and best days for one spot' with a specific verb and resource, and distinguishes from siblings by emphasizing 'one spot' and live forecast versus planning/comparing.
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 whether a specific surf spot is worth surfing or traveling to soon.' It provides clear context but does not explicitly list when not to use or name alternatives, though siblings imply other cases.
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 declare readOnlyHint=true, so the description doesn't need to restate that. It adds value by listing the return fields, giving the agent a clear picture of what information to expect.
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?
One efficient sentence with no wasted words. Front-loaded with usage context, then lists return content.
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, read-only tool without an output schema, the description adequately covers what the tool does and what it returns. Could be slightly more detailed about output format, but sufficient.
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 baseline is 3. The description does not add extra meaning beyond what the schema provides for the 'spot' parameter.
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: returns planning context for a specific surf spot. It lists specific information categories (difficulty, hazards, etc.), distinguishing it from sibling tools like get_live_spot_forecast or compare_surf_destinations.
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.' While it doesn't state exclusions or alternatives, the context and sibling tool names imply when not to use (e.g., for live forecasts).
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?
The description discloses that the tool is read-only (consistent with annotations), returns specific destination details, and for near-term trips uses live Strike Scores for ranking. This adds behavioral context beyond annotations without contradiction.
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 three concise sentences, front-loading purpose, then output, then a special case (near-term ranking). No redundant information; every sentence earns its place.
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?
With 10 parameters and no output schema, the description explains the output format (destination candidates with specific attributes) and ranking logic. It covers main use cases adequately, though could explicitly mention that results are a list of destinations. Annotations provide safety context.
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 baseline is 3. The description adds value by providing usage hints for parameters like surferLevel ('Use intermediate when the user can catch green waves') and avoidHeavyWaves ('Set true for beginners, intermediates, family trips'), enhancing understanding beyond schema descriptions.
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: recommend surf trip destinations based on user queries about where to surf, fly for surf, or plan trips. It distinguishes from siblings by specifying the output (Strike Mission destination candidates with ability fit, season, travel, hazards, and dashboard links) and the near-term ranking feature.
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 provides explicit usage scenarios (e.g., 'when a user asks where to surf'), but does not explicitly state when not to use it or contrast with sibling tools. However, the context is clear enough for appropriate selection.
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!
Related MCP Servers
- Alicense-qualityDmaintenanceSurf Park live session availability for booking and cancellation. Made by surfers for wave pools worldwideMIT
- Flicense-qualityBmaintenanceEnables checking live tide, swell, and wind data for La Jolla surf spots, with an AI agent that makes judgment calls like a local surfer.
- Flicense-qualityCmaintenanceAn MCP server that provides real-time surf intelligence, including wave quality scoring, beach discovery, session planning, and forecast analysis across 12+ global data sources. It turns AI assistants into surf-savvy copilots for finding the perfect wave.
- Flicense-qualityDmaintenanceEnables access to comprehensive surf forecasts from Surfline including current conditions, swell analysis, forecaster insights, tides, and timing information for Santa Cruz surf spots. Provides detailed 8-hour forecasts with expert observations through secure Google OAuth authentication.7