get_wait_time
Look up current standby wait time for a Disney ride at a supported park. Resolves ride names by partial match and returns minutes plus status.
Instructions
Get the current standby wait time, in minutes, for a Disney ride.
Use this for "how long is the line for X" questions. This is the posted standby wait only; Lightning Lane and virtual queue times are not included.
Args: park: Park name, alias, or ThemeParks.wiki entity ID. One of: Magic Kingdom, EPCOT, Hollywood Studios, Animal Kingdom, Disneyland (CA), California Adventure. ride: Attraction name as a person would say it; near-misses and partial names such as "space mountain" or "tron" are matched.
Returns:
A dict with the resolved park and ride names, the standby wait in
minutes, and the ride's status. wait_time_minutes is None when no wait
is posted, which is normal for a ride that is down, closed, or run as a
walk-up or virtual queue; check status to tell those apart.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| park | Yes | ||
| ride | Yes |