get_ride_status
Check if a Disney ride is currently open, down, or closed. Get live status, standby wait time, and today's park hours by park and ride name.
Instructions
Check whether a Disney ride is currently operating, down, or closed.
Use this for "is X broken / open / running right now" questions. Returns the live status straight from ThemeParks.wiki along with the ride's current standby wait and today's park hours for context.
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 status code and a plain-English gloss of it, the standby wait in minutes (None when the ride is not posting one), and today's opening/closing times.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| park | Yes | ||
| ride | Yes |