Skip to main content
Glama

recommend_parking

Recommend public parking near a destination in Seoul, ranked by distance, wait time, price, or beginner-friendliness, with live availability, walking distance, and KakaoMap links.

Instructions

목적지 주변 주차장을 거리, 대기시간, 요금, 초보 친화도 기준으로 추천합니다. 답변에는 각 추천의 availability_summary(예: 🟢 여유 · 42/120면 가능), distance_summary(예: 450m · 도보 7분), 예상 대기시간, 카카오맵 링크를 함께 보여주세요.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
priorityNofastest
radius_mNo
destinationYes
expected_parking_hoursNo
current_queue_count_by_lotNo

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.1.0

TDQS

B3.1/5.0
Behavior3/5

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

With no annotations, the description is the only source of behavioral disclosure. It usefully specifies that each recommendation must include availability_summary, distance_summary, expected wait time, and a KakaoMap link, but it does not mention data sources, freshness, real-time semantics, or that this is a read-only operation.

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 compact and front-loaded: the purpose sentence comes first, followed by a concise output-format requirement. The example summaries are useful rather than redundant, though the response-formatting sentence could have been slightly tightened.

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 tool has five parameters, no output schema, and no annotations, so the description alone must make the tool safely callable. It gives a good outline of the output but omits semantics for several inputs and fails to distinguish when to use this instead of find_parking_lots or estimate_wait_time.

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?

Schema description coverage is 0%, so the description must compensate for the five parameters. It only maps the first sentence's criteria to possible priority choices and leaves radius_m, expected_parking_hours, and current_queue_count_by_lot unexplained.

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 the tool's function: recommend parking lots around a destination using distance, wait time, fee, and beginner-friendliness criteria. It uses a specific verb and resource, and the 'recommend' framing broadly separates it from sibling tools like find_parking_lots, though it does not explicitly name the distinction.

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?

Usage is implied from 'recommends parking lots around the destination' — an agent can infer it should be called when a user wants a parking recommendation. However, there are no explicit when/when-not conditions or references to sibling tools such as find_parking_lots, estimate_wait_time, or analyze_parking_congestion.

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

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/devbluelemony-creator/malhaebwa-parking'

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