Skip to main content
Glama

AI 代理人任務中樞

trip__destination_info

[出國與國旅實用查詢]熱門目的地(沖繩、北海道、福岡、名古屋、釜山、濟州島、富國島、胡志明市、河內)的機場、電壓插頭、入境與行前提醒。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

C2.8/5.0
Behavior2/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 tells the agent the content categories but says nothing about whether data is static or live, whether lookups are safe/cacheable, or what happens if an unsupported destination is queried. For a lookup tool the risk is low, but disclosure is essentially absent.

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 front-loaded sentence with a category tag, a destination list, and a content list — no filler. The bracketed tag is slightly decorative but the content is dense and efficient.

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?

With no output schema and no annotations, the description is the only guidance, and it does enumerate the returned topics and valid destination set. However it omits how to invoke the tool (what 'id' should be) and how to handle destinations outside the listed set, leaving a gap for correct invocation.

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?

There is one parameter ('id') with 0% schema description coverage and no explanation in the description. Listing destination names hints that the id may be a destination identifier, but the description never says whether to pass a name, a code, or an opaque id, leaving the only parameter ambiguous.

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 states a specific resource (destination info) and enumerates the content it returns: airport, voltage/plugs, entry, and pre-trip reminders, plus the exact destination list. It is clear what the tool does, but it doesn't distinguish itself from the overlapping sibling trip__entry_requirements, which covers the '入境' portion.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

There is a bracketed category label ('出國與國旅實用查詢') implying the travel context, but no explicit when-to-use statement, no prerequisites, and no routing away from trip__entry_requirements or trip__domestic_travel despite overlapping content. The agent must infer usage from the content list alone.

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