Skip to main content
Glama

estimate_wait_time

Predict parking wait times using real-time availability and historical departure data to help you decide when to arrive.

Instructions

실시간 가능대수와 과거 출차 통계를 바탕으로 예상 대기시간을 계산합니다.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
parking_lot_idYes
target_datetimeNo
current_queue_countNo

Schema Changelog

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

  1. First observedv0.1.0

TDQS

B3.2/5.0
Behavior2/5

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

No annotations are provided, so the description bears the full burden of behavioral disclosure. It mentions the inputs to the calculation but does not state whether the operation is read-only, what the return value looks like, how optional parameters affect the estimate, or how missing data is handled.

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 a single efficient sentence with no filler. It is front-loaded with the purpose and calculation inputs. Slightly more structure or explanation could improve it, but it is appropriately concise for a simple tool.

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?

With no annotations, no output schema, and 0% parameter description coverage, the description is too sparse for an agent to call the tool correctly with confidence. It omits the meaning of optional parameters, the output format, and any prerequisites or limitations.

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 by explaining parameters. It references '실시간 가능대수' and '과거 출차 통계' as data sources, but it does not map these to parking_lot_id, target_datetime, or current_queue_count, nor does it clarify their roles in the calculation.

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 uses a specific verb, '계산합니다' (calculates), with a clear resource, '예상 대기시간' (estimated waiting time), and even states the data basis: real-time available spaces and past departure statistics. This clearly distinguishes it from sibling tools that search, find, get, recommend, or analyze congestion.

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 implies usage when an estimate of waiting time is needed, but it does not explicitly state when to prefer this tool over alternatives like analyze_parking_congestion. There is no exclusions or alternative guidance, so the usage context is only implicit.

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