Skip to main content
Glama

AI 代理人任務中樞

travel__check_destination_crowd

[2027 連假與訂票]查某個目的地在一段日期的人潮等級:是否撞到當地國定假日或旺季。country 國碼:JP,KR,HK,CN,VN,TH,SG,PH,ID,US,GB,FR,AU

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
endYesYYYY-MM-DD
startYesYYYY-MM-DD
countryYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.5/5.0
Behavior3/5

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

With no annotations, the description carries the full burden, and it does disclose a meaningful behavioral trait: the tool returns a crowd level derived from local national holidays and peak season. It does not state permissions, limits, or that this is a read-only lookup, so the behavior around cost/side effects is left implicit.

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 core purpose is front-loaded in one compact sentence, followed by the country-code constraint. No filler sentences. Slightly dense but appropriate for the amount of information conveyed.

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

Completeness3/5

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

For a 3-required-parameter tool with no output schema, the description covers input constraints well (country codes) and hints at the return (crowd level, holiday/peak collision). It doesn't define the crowd-level scale or output shape, leaving the agent with only partial expectations of the result.

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

Parameters4/5

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

Schema coverage is 67%: start and end already document the YYYY-MM-DD format. The description compensates for the undocumented country parameter by listing its accepted country codes (JP, KR, HK, CN, VN, TH, SG, PH, ID, US, GB, FR, AU), adding real constraint value beyond the schema.

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 names a specific verb and resource: check the crowd level of a destination across a date range, returning whether it collides with local national holidays or peak season. This is clearly distinct from sibling travel tools like flight_booking_timing or get_2027_long_weekends. It stops short of explicitly naming a sibling, so it doesn't reach 5.

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 bracketed tag '[2027 long weekends and ticketing]' situates the tool within a 2027 trip-planning context, implying when it is relevant. However, there is no explicit when-to-use or when-not-to-use guidance, and no alternatives (e.g., flight_booking_timing, get_2027_long_weekends) are mentioned.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources