Skip to main content
Glama
syyuan14

Shanghai Disney MCP Server

by syyuan14

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

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

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
getOneDayTicketPriceB

获取一日门票的不同类型门票的价格信息

getOneDayTicketSaleInfoA

检查一日门票的售卖情况,可以用来查看从今天开始未来30天的门票是否售罄

getTwoDayTicketPriceB

获取二日门票的不同类型门票的价格信息

getTwoDayTicketSaleInfoA

检查二日门票的售卖情况,可以用来查看从今天开始未来30天的门票是否售罄

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.8/5.0

Scored across 4 tools

Disambiguation5/5

Each tool targets a distinct combination of ticket duration (one-day/two-day) and info type (price/availability), with no overlap.

Naming Consistency5/5

All tools follow a consistent get{Type}Ticket{Info} camelCase pattern, making them predictable.

Tool Count5/5

With 4 tools covering price and availability for two ticket durations, the count is well-scoped for this domain.

Completeness4/5

Covers core ticket pricing and availability inquiries but lacks tools for other ticket types (e.g., annual passes) or booking operations, a minor gap.

Maintenance

ActivityInactive
ResponsivenessNo issues