Skip to main content
Glama

혼잡도 순위

get_congestion_ranking
Read-only

Sorts and returns Seoul's 121 major locations by real-time congestion, from crowded to quiet. Optionally filter by category to check specific areas.

Instructions

서울 주요 121개 장소를 현재 혼잡도(붐빔 > 약간 붐빔 > 보통 > 여유) 순으로 정렬해 반환합니다. "지금 가장 붐비는 곳이 어디야?" 같은 질문에 사용하세요. category 로 분류를 좁힐 수 있습니다.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
topNo상위 몇 곳을 표시할지. 기본 10
categoryNo분류 필터. 생략하면 전체
Behavior4/5

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

The annotation readOnlyHint=true already covers the safety profile, so the bar is lower. The description adds meaningful behavioral context by specifying the sorting order and the filtering option, which goes beyond the annotation. No contradiction with annotations.

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 two concise sentences, front-loaded with the core function and immediately providing a usage example. Every word contributes value; no redundancy or filler.

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?

For a tool with two optional parameters and no output schema, the description adequately conveys what is returned (a sorted list of 121 places) and how to filter. A minor gap is that it does not describe the exact response fields (e.g., place name, congestion level), but this is not critical for basic usage.

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%: both top (default 10, max 121) and category (enum of 5 values) are fully described in the schema. The description only adds that category can narrow the classification, which is marginal beyond what the schema already provides.

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 the tool returns Seoul's 121 major places sorted by current congestion level, using the specific verb '반환합니다' and naming the exact resource. The congestion-order detail (붐빔 > 약간 붐빔 > 보통 > 여유) and the category filter explicitly distinguish it from sibling tools like list_places and get_citydata.

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?

It provides a concrete use-case example ('지금 가장 붐비는 곳이 어디야?') and explains that category can narrow the result, which is strong usage guidance. However, it does not explicitly mention when not to use this tool or name alternatives, so it falls just short of a 5.

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/gong-yeongbin/mcp-seoul-rtd'

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