Skip to main content
Glama

List Destinations

list_destinations
Read-onlyIdempotent

List all theme park destinations (Disney, Universal, Six Flags, SeaWorld, etc.) and their parks. Use this first to discover the PARK entity id, then feed that id to get_wait_times / get_schedule / get_entity.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

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

  1. Changed1 schema field changed
    • addedInput schema / examples
      Added value: +[
      +  {}
      +]
  2. First observed

TDQS

A4.5/5.0
Behavior4/5

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

Annotations cover safety profile (readOnly, idempotent). Description adds workflow context (discovery of park IDs). No contradictions.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Two sentences, no wasted words. Front-loaded with purpose, followed by actionable guidance.

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

Completeness5/5

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

Complete for a parameterless, read-only listing tool with good annotations. Tells agent what it returns and how to use the output.

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?

No parameters in schema (coverage 100%), so baseline 4. Description doesn't need to add parameter info.

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?

Clearly states it lists theme park destinations and parks, with specific examples. Differentiates from siblings by describing the workflow of using this tool first to get entity IDs for other tools.

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

Usage Guidelines4/5

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

Explicitly states when to use (first step) and provides next steps (feed entity ID to other tools). Missing explicit 'when not to use' or alternative tools, but the workflow guidance is strong.

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.

TDQS

A3.6/5.0
Disambiguation3/5

Most tools have distinct, well-documented purposes, but several overlap or are explicitly redundant: ask_pipeworx_beta currently behaves identically to ask_pipeworx, discover_tools and suggest_questions both serve as discovery entry points, and scan_competitor_ai_presence wraps ai_visibility_check. The thematic split between theme-park, data-lookup, prediction-market, and memory tools also forces agents to navigate unrelated clusters.

Naming Consistency3/5

Naming is a mix of verb_noun (list_destinations, get_wait_times, remember, resolve_entity), noun_phrase (entity_profile, recent_changes, bet_research), and brand-prefixed nouns (polymarket_edges, pipeworx_trending). Within families the patterns are consistent, but across the set the conventions are inconsistent and sometimes reverse the verb/noun order, making the surface harder to predict.

Tool Count2/5

35 tools is heavy, and the server is named Themeparks yet only 4 tools actually relate to theme parks. The remaining 31 tools span Pipeworx data retrieval, prediction markets, memory, subscriptions, and feedback, creating a bloated and misaligned scope. A tightly scoped theme-park server would need far fewer tools, and a general data research server would not be named Themeparks.

Completeness2/5

For the implied theme-park domain, the surface is thin: list destinations, get entity metadata, get schedule, and get wait times cover basic lookups but omit search, attraction details beyond waits, historical data, pricing, dining/show info, and park updates. The non-theme-park tools are extensive, but they do not complete the server's apparent stated purpose.