Shanghai Disney MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| getOneDayTicketPriceB | 获取一日门票的不同类型门票的价格信息 |
| getOneDayTicketSaleInfoA | 检查一日门票的售卖情况,可以用来查看从今天开始未来30天的门票是否售罄 |
| getTwoDayTicketPriceB | 获取二日门票的不同类型门票的价格信息 |
| getTwoDayTicketSaleInfoA | 检查二日门票的售卖情况,可以用来查看从今天开始未来30天的门票是否售罄 |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 4 tools
Each tool targets a distinct combination of ticket duration (one-day/two-day) and info type (price/availability), with no overlap.
All tools follow a consistent get{Type}Ticket{Info} camelCase pattern, making them predictable.
With 4 tools covering price and availability for two ticket durations, the count is well-scoped for this domain.
Covers core ticket pricing and availability inquiries but lacks tools for other ticket types (e.g., annual passes) or booking operations, a minor gap.