Skip to main content
Glama
whchoi98

Seoul OpenData MCP

by whchoi98

Daily subway ridership statistics

get_subway_ridership

Get daily subway boarding and alighting counts per station for a date. Filter by station name or line to find passenger volumes for any Seoul station.

Instructions

Get per-station daily subway boarding/alighting counts for a date (data available up to ~2-4 days ago). 지하철 역별 일별 승하차 인원. "강남역 하루 승객 몇 명?" 류 질문에 사용.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dateYes사용일자 YYYYMMDD (오늘 데이터는 없음 — 보통 2~4일 전까지 제공)
lineNo호선 필터 (부분일치, 예: "2호선")
limitNo최대 건수 (기본 20)
stationNo역명 필터 (부분일치, 예: "강남")
Behavior4/5

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

No annotations are provided, so the description carries the burden. It discloses the data availability lag (2-4 days ago) and describes the output as per-station boarding/alighting counts. It does not mention operational details like rate limits, but for a read-only data lookup this is sufficient.

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

Conciseness4/5

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

The description is somewhat repetitive with the bilingual phrasing (English and Korean) and an example query, but it remains compact and front-loaded with the core action. It earns a 4 for being efficient despite minor redundancy.

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

Completeness4/5

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

With no output schema and no annotations, the description provides sufficient context for an agent to understand what the tool returns and its limitations. It could explicitly list return fields, but 'boarding/alighting counts' and station/line filters are clear enough for a data retrieval tool.

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?

Input schema has 100% coverage with descriptions for all 4 parameters (date pattern, line partial match, limit range, station partial match). The description adds a usage example but no additional parameter semantics beyond what the schema already provides, so baseline 3 is appropriate.

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?

Description uses a specific verb 'Get' and resource 'per-station daily subway boarding/alighting counts for a date', which clearly distinguishes from siblings like get_subway_arrivals by focusing on daily boarding/alighting instead of real-time 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 provides clear context: data available up to 2-4 days ago and an example query for daily passenger counts. It does not explicitly exclude real-time use or name alternatives, but the phrasing implies historical ridership queries rather than live arrivals.

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/whchoi98/seoul-opendata-mcp'

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