Skip to main content
Glama
aminamos

metrotransit-mcp

by aminamos

get_service_alerts

Retrieve active Metro Transit service alerts, detours, stop closures, and disruptions. Filter by route ID or keyword to find relevant impacts.

Instructions

Get active service alerts, detours, stop closures, and disruptions across the Metro Transit network, optionally filtered by route ID or keyword.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
keywordNoOptional keyword to filter alerts (e.g. 'Vikings', 'closure', 'detour').
route_idNoOptional route ID to filter alerts (e.g. '902', '901', '94').

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.1.0

TDQS

A3.5/5.0
Behavior2/5

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

No annotations are provided, so the description carries the full burden. It mentions 'active' alerts but does not disclose response format, pagination, data freshness, authorization requirements, or what happens when no alerts match. The behavior beyond the basic 'get' is underexplained.

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?

A single, front-loaded sentence that conveys the purpose and filters without redundancy. Every word contributes value.

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

Completeness3/5

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

The tool is simple with two optional parameters and no output schema, but the description does not describe the return structure or any edge-case behavior. An agent knows when to call it and what to pass, but not what to expect back, which is a notable gap.

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

Parameters3/5

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

Schema coverage is 100%, with both parameters having clear descriptions. The description adds minimal extra value by noting the filters are optional, but does not introduce new semantic details beyond the schema.

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 clearly states a specific action (Get) on a specific resource (service alerts, detours, stop closures, disruptions) across the network, with optional filters. This distinguishes it from sibling tools that focus on routes, stops, and departures.

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

Usage Guidelines3/5

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

The description implies usage for alert-related queries but does not explicitly mention when to use this tool over siblings or provide exclusions. The context of the sibling names makes it inferable, but no direct guidance is given.

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