Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
WETV_MCP_PORTNoHTTP server port3000

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
search_contentA

Search for dramas, variety shows, anime, movies, and documentaries on WeTV and Tencent Video (腾讯视频). Supports searching by title, actor, director, genre, or keywords in both Chinese and English.

get_trendingA

Get the current trending/hot content on WeTV and Tencent Video (腾讯视频). Returns the hottest dramas, variety shows, anime, and movies ranked by real-time heat index. Perfect for answering "what's hot right now" or "what should I watch".

get_popularA

Get the most popular content on WeTV and Tencent Video (腾讯视频) ranked by combined popularity score (views × rating). Different from trending - popular shows the all-time best-performing content.

get_content_detailA

Get detailed information about a specific drama, movie, variety show, or anime on WeTV/Tencent Video (腾讯视频). Returns full details including synopsis, cast, rating, episode count, update schedule, play links, and available regions/subtitles.

get_episodesA

Get the episode list for a specific drama, anime, or variety show on WeTV/Tencent Video. Returns episode numbers, names, durations, air dates, and play links with subtitle information.

get_recommendationsA

Get personalized content recommendations from WeTV/Tencent Video (腾讯视频) based on genre preferences, mood, or viewing context. This is the AI drama advisor - perfect for "what should I watch tonight?", "recommend something for a date", or "I'm in the mood for something exciting". Supports both Chinese and English genre/mood keywords.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A4.1/5.0

Scored across 6 tools

Disambiguation5/5

Each tool has a distinct purpose: search_content handles targeted queries, get_trending and get_popular are separated by time horizon, get_content_detail provides specifics, get_episodes lists episodes, and get_recommendations offers personalized suggestions. The overlap between trending/popular/recommendations is clearly explained in descriptions.

Naming Consistency4/5

All tools use a consistent verb-first pattern ('search' or 'get'), and most follow verb_noun structure. However, get_trending and get_popular omit the noun, using an adjective instead, which is a minor deviation from the otherwise uniform pattern.

Tool Count5/5

Six tools is a well-scoped size for a video content discovery server. Each tool serves a necessary function—search, browse, detail, episodes, and recommendations—without redundancy or bloat.

Completeness5/5

The tool set covers the complete user journey: discovering content (search, trending, popular, recommendations), understanding it (detail), and accessing episodes. There are no obvious gaps for the stated purpose of exploring WeTV/Tencent Video content.

Maintenance

ActivityInactive
ResponsivenessNo issues