Skip to main content
Glama

Septa Alerts

septa_alerts
Read-onlyIdempotent

SEPTA service alerts, advisories, detours, and suspensions for Philadelphia transit. Pass a route to check one line: a bus number ("23"), a trolley ("T1" or legacy "10"), a Regional Rail line name ("Paoli/Thorndale", "West Trenton", "Airport"), a subway ("Broad Street Line", "Market-Frankford Line", "NHSL"), or a raw route_id ("bus_route_23", "trolley_route_10", "rr_route_pao"). Omit route to list every route with an active alert system-wide. Example: septa_alerts({ route: "Paoli/Thorndale" })

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
routeNoRoute to check. Bus number ("23"), trolley ("T1" or "10"), rail line name ("Media/Wawa", "Trenton"), subway ("MFL", "BSL", "NHSL"), or raw route_id ("rr_route_pao"). Omit for all active alerts.

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed1 schema field changed
    • addedInput schema / examples
      Added value: +[
      +  {
      +    "route": "Paoli/Thorndale"
      +  },
      +  {}
      +]
  2. First observed

TDQS

A4.6/5.0
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already declare readOnlyHint, openWorldHint, idempotentHint, and destructiveHint. The description adds that the tool returns alerts, advisories, detours, and suspensions, and explains route format. No contradictions. It doesn't mention pagination, but annotations suffice.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is only two sentences, front-loaded with the purpose, then providing detailed usage examples. Every sentence is necessary and well-structured.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

With one optional parameter, no output schema, and comprehensive annotations, the description covers all necessary information. It explains the return type (alerts/advisories) and usage clearly. No gaps remain.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100%, and the description adds significant value by providing examples (e.g., 'Paoli/Thorndale', '23', 'NHSL') and explaining the optional nature of the route parameter. This goes beyond the schema's brief description.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description specifies the exact purpose: retrieving SEPTA service alerts, advisories, detours, and suspensions. It clearly distinguishes from sibling tools like 'septa_bus_positions' and 'septa_next_to_arrive' by focusing on alerts, not real-time positions or arrivals.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description explains when to pass a route (to check one line) and when to omit (to list all active alerts). It provides concrete examples of valid route formats. While it doesn't explicitly state when not to use it versus siblings, the examples and context make usage clear.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.