Skip to main content
Glama
cyntrica

Gov Data MCP

by cyntrica

cta_train_arrivals

Read-only

Predict CTA L train arrivals at any Chicago station. Input a numeric station ID to receive arrival times, destination, run number, direction, and delay status.

Instructions

Get L train arrival predictions for a CTA (Chicago) station. Returns predicted arrival times, destination, run number, direction, and delay status. Station IDs are numeric (e.g. 40380 for Clark/Lake, 40530 for Washington/Wabash).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
station_idYesStation map ID (numeric, e.g. '40380' for Clark/Lake, '40530' for Washington/Wabash)
Behavior4/5

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

Annotations already declare readOnlyHint=true. The description adds behavioral context by listing what is returned (predicted arrival times, destination, run number, direction, delay status), which goes beyond the annotation and helps set expectations.

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?

Two sentences, front-loaded with the verb, no redundant phrases. Every sentence adds relevant information.

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?

For a simple one-parameter tool with no output schema, the description sufficiently explains the return fields and provides real-world station ID examples, enabling an agent to use it correctly.

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?

The input schema already provides complete documentation for station_id, including the numeric format and examples. The description repeats the same examples without adding new meaning, so it does not exceed the schema baseline.

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?

Specific verb 'Get' and resource 'L train arrival predictions for a CTA (Chicago) station' clearly define the tool's function. It distinguishes from siblings like cta_bus_arrivals by specifying 'L train' and 'CTA'.

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?

Clear context is provided: this is for CTA L train arrival predictions. However, it does not explicitly mention alternatives or when not to use, such as for bus arrivals or other transit systems.

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

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/cyntrica/gov-data-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server