Skip to main content
Glama
aygp-dr

boston-harbor-ferries

by aygp-dr

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
APRS_API_KEYYesYour API key from aprs.fi
APRS_CACHE_TTL_SECONDSNoCache TTL in seconds (default 120)120
APRS_MAX_REQUESTS_PER_MINUTENoMaximum API requests per minute (default 10)10

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

CapabilityDetails
tools
{
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
track_ferryB

Get current position and status of a Boston Harbor ferry by MMSI number

track_all_ferriesA

Get current positions of all Boston Harbor commuter ferries

list_ferriesA

List all known Boston Harbor commuter ferries with their details

get_ferry_routesB

Get information about ferry routes and schedules

clear_cacheA

Clear all cached ferry position data

get_harbor_weatherA

Get current weather conditions for Boston Harbor from nearby CWOP station (EW2727)

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.7/5.0

Scored across 6 tools

Disambiguation4/5

Tool purposes are mostly distinct: track_ferry is singular position lookup, track_all_ferries is plural positions, list_ferries is static fleet details, and routes/weather/cache are separate concerns. There is minor potential confusion between list_ferries and track_all_ferries, but descriptions clarify the difference.

Naming Consistency5/5

All tool names follow a clear verb_noun pattern: track, list, get, clear. The naming is consistent and predictable, with no style mixing or vague verbs.

Tool Count5/5

Six tools is well-scoped for a ferry information server. Each tool serves a clear purpose without redundancy, covering tracking, fleet information, routes, weather, and cache management.

Completeness4/5

The tool set covers the core ferry domain well: list fleet, track individual/all ferries, get routes and schedules, and check weather. Minor gaps exist such as no terminal status or service alerts, but these are not obvious dead ends for basic ferry tracking use cases.

Maintenance

ActivityInactive
ResponsivenessNo issues