PickADive Scuba Diving
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| find_dive_windowsA | Ranked scuba-diving forecast windows near a place for a specific day. Answers "where can I dive near {place} on {day}?" with favorable and moderate windows (wave height, wind, timing) plus site links. Metric with unit-suffixed fields; wind_kn is knots. Convert depths/waves/distances for US users. Forecast planning context only — never a safety clearance. Always assess conditions at the water. |
| best_time_to_diveA | Month-by-month climatology for ONE destination (country or famous destination like Komodo, Cozumel, Red Sea): share of days historically favorable, typical water temperature and seas, marine-life season windows. Historical patterns, never a forecast. Cite the linked page. |
| species_seasonalityA | Month-by-month seasonality for marquee dive species from recorded GBIF sightings: peak month and regional season windows. Recorded sightings, never a promise of encounters. |
| site_factsA | Public facts for one named dive site: depths, difficulty, shore/boat access, hazards, entry and exit notes, and its page link. Metric with unit-suffixed fields. |
| top_dive_regionsA | World regions ranked by favorable dive-forecast windows over the next ~72 hours. Forecast planning context only — never a safety clearance. Always assess conditions at the water. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 5 tools
Most tools are clearly distinguished by domain scope: forecasts vs. climatology vs. species seasonality vs. static site facts. Still, find_dive_windows and top_dive_regions both surface favorable forecast windows, and best_time_to_dive mentions marine-life seasonality that overlaps with species_seasonality, so slight boundary friction remains.
All names use readable lowercase snake_case, which gives the set a surface-level uniformity. However, the patterns are mixed: find_dive_windows is imperative while best_time_to_dive, top_dive_regions, species_seasonality, and site_facts are noun-phrase formulas rather than a consistent verb_noun convention.
At five tools, the server is well-scoped for its purpose. Each tool serves a distinct planning need without redundancy, and the count is comfortably within the ideal range for a focused domain.
The toolset covers short-term forecast windows, seasonal climatology, species timing, and site-level facts, which represents a strong dive-planning workflow. Minor gaps like per-site live condition updates or a tool for a broader trip plan can be worked around using the existing forecast and site data.