Skip to main content
Glama

sixflags_get_wait_times

Read-only

Check current ride wait times for any Six Flags park. See standby and single-rider waits, ride status, and crowd level, sorted from longest to shortest wait.

Instructions

Get current ride wait times for a Six Flags park (defaults to your home park, Carowinds). Returns every attraction with its status (operating/closed/down) and standby + single-rider waits, sorted longest-wait first, plus a summary of the park’s crowd level.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
parkNoPark name, slug, or id. Defaults to your home park (Carowinds).
openOnlyNoOnly return currently-operating rides (default false: include closed/down)
Behavior4/5

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

Annotations already declare readOnlyHint=true, so the agent knows it's safe. The description adds richer behavioral details: returns every attraction with status (operating/closed/down), standby and single-rider waits, sorted longest-wait first, and a park crowd-level summary. No contradiction.

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 sentence that packs all key information (purpose, default, output format, sorting, crowd summary) without unnecessary words. It's front-loaded and efficient, though splitting into two sentences could improve readability.

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?

Given no output schema, the description fully explains the return structure (attractions, status, waits, sorted, crowd level). Both optional parameters are covered. No output schema makes this level of detail appropriate and sufficient.

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 100% with both parameters described. The description adds context beyond the schema: it clarifies the default park (Carowinds) and the default for openOnly (false means include closed/down). This helps the agent understand defaults without calling the tool.

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 clearly states the verb (Get), resource (ride wait times), and scope (Six Flags park, defaults to Carowinds). It distinguishes from siblings like sixflags_list_parks (lists parks) and sixflags_get_park_schedule (gets schedule), making its purpose unique.

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?

No explicit guidance on when to use this vs. alternatives. The context implies it's for retrieving real-time wait data, but it doesn't specify when to prefer it over sixflags_list_attractions or sixflags_suggest_next, nor does it mention when not to use it.

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

Install Server

Other Tools

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/chrischall/sixflags-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server