Skip to main content
Glama

AI 代理人任務中樞

travel__flight_booking_timing

[2027 連假與訂票]評估從台灣出發的機票現在該買還是該等:依出發日、目的地、台灣連假與旺季,給建議購票期。不是即時票價。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
destNo國碼
departYesYYYY-MM-DD

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?

No annotations are provided, so the description carries the full burden. It usefully discloses the nature of the output (a recommended booking period rather than a live fare) and scopes the horizon to 2027 holidays, but it says nothing about permissions, freshness of the underlying seasonality data, or limitations beyond the pricing caveat.

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?

A single dense sentence prefixed by a bracketed scope tag [2027 連假與訂票], with the key constraint ('not real-time pricing') placed at the end. Nothing is wasted, though the tag-plus-sentence format is slightly packed.

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 two-parameter, no-output-schema advisory tool, the description covers what is asked, what drives the answer, and what the tool is not. It is essentially complete; only the precise shape of the returned recommendation is unspecified.

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 description coverage is 100%, so dest (國碼/country code) and depart (YYYY-MM-DD) are already documented. The description adds only that the recommendation is driven by departure date, destination and peak/holiday season, which is consistent with but not richer than the schema; baseline 3 applies.

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 gives a specific verb and resource: evaluate whether to buy a Taiwan-origin flight ticket now or wait, returning a recommended booking window keyed to departure date, destination, Taiwan long holidays and peak season. It also draws a boundary against price tools with '不是即時票價' (not real-time pricing). It does not, however, explicitly differentiate itself from the close sibling travel__ticket_booking_guide.

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?

It implies the usage context (deciding 現在該買還是該等 before booking) and names one exclusion ('not real-time pricing'), but there is no explicit when-to-use/when-not guidance and no routing to alternative siblings such as ticket_booking_guide or check_destination_crowd.

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