Skip to main content
Glama
kimbongjune

tour-crowding-mcp

by kimbongjune

list_places

List tourist places by category and region code, without popularity ranking or congestion data.

Instructions

지역에서 카테고리별로 갈 만한 곳 목록. 카테고리는 한국관광공사 분류체계 기준.

캠핑·야영·글램핑은 category="캠핑", 의료·온천·스파·한방·찜질방·힐링은 category="웰니스" 로 호출한다. 목록 순서는 인기순이 아니다. "한적한 웰니스" 처럼 갈래가 섞인 요청도 이 목록이 답의 중심이다. 갈래 목록에는 혼잡도가 없으니 아는 것처럼 말하지 말고, 목록을 준 뒤 카테고리별 혼잡도는 집계되지 않는다고 응답하여라.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
cdYes
limitNo
categoryYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

B3.2/5.0
Behavior4/5

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

The description provides important behavioral instructions: it warns that the list contains no congestion data, tells the agent not to claim knowledge of congestion, and specifies the exact response phrasing to use. This goes beyond the schema and helps avoid hallucinated output.

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

Conciseness3/5

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

The description is moderately concise but contains redundant phrasing around the congestion disclaimer and the mixed-request guidance. It could be better organized into clearer bullets or shorter sentences, but it is not excessively long.

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

Completeness2/5

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

The description is incomplete for a tool with no output schema. It tells the agent what to say about missing congestion data, but it does not describe the output fields, the meaning of 'cd', or the behavior of 'limit'. This leaves important context for correct invocation ambiguous.

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

Parameters2/5

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

The schema has zero descriptions for parameters, so the description must compensate. It explains the 'category' parameter with concrete examples and mapping, but it does not clarify what 'cd' means or how to format it, and 'limit' is not mentioned at all.

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

Purpose4/5

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

The description clearly states that the tool returns a list of places by region and category, and it specifies category values using the Korea Tourism Organization classification. It is specific enough to distinguish from generic search tools, though 'cd' as the region identifier is not explicit.

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 gives some usage guidance, such as handling mixed requests like '한적한 웰니스' and noting that the list order is not by popularity. However, it does not explicitly compare this tool to sibling tools like find_attraction or recommend_quiet, so the when-to-use versus alternatives is only partially addressed.

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