Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
LUNA_BASE_URLNoDeployed LunaTV service base URL (optional)
LUNA_PASSWORDNoLunaTV login password (optional)
LUNA_USERNAMENoLunaTV login username (optional)
MITV_LIST_CFGNoMultiple Mi TV configuration, e.g., 'Living Room TV:192.168.1.11;Bedroom TV:192.168.1.12' (optional)
MITV_LOCAL_IPNoSingle Mi TV local IP address (optional, at least one of MITV_LOCAL_IP or MITV_LIST_CFG required for Mi TV playback)
MOON_BASE_URLNoDeployed MoonTV service base URL (optional)
TVBOX_LIST_CFGNoMultiple TV box configuration, e.g., 'Living Room TV:192.168.1.11;Bedroom TV:192.168.1.12' (optional)
TVBOX_LOCAL_IPNoSingle TV box local IP address (optional, at least one of TVBOX_LOCAL_IP or TVBOX_LIST_CFG required for non-Mi TV playback)
VOD_CONFIG_URLNoLunaTV/MoonTV subscription remote configuration file URL (optional, built-in default)
MAX_SEARCH_SITESNoMaximum number of search sites per query (optional, default 10)10
SEARCH_CACHE_TTLNoSearch cache TTL in minutes (optional, default 5 minutes)5

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
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{
  "tasks": {
    "list": {},
    "cancel": {},
    "requests": {
      "tools": {
        "call": {}
      },
      "prompts": {
        "get": {}
      },
      "resources": {
        "read": {}
      }
    }
  }
}

Tools

Functions exposed to the LLM to take actions

NameDescription
vods_searchA

搜索电影、电视剧、综艺节目、动漫、番剧、短剧等。如果超时可多重试几次。 当用户说以下内容时可通过本工具搜索资源:

  • 我想看《仙逆》最新一集

  • 凡人修仙传更新到多少集了

vods_detailA

获取电影、电视剧、综艺节目、动漫、番剧、短剧等节目的详情及播放地址

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A4/5.0

Scored across 2 tools

Disambiguation5/5

Each tool has a distinct purpose: vods_search for searching content and vods_detail for retrieving details and play URLs. No functional overlap.

Naming Consistency5/5

Both tools follow a consistent snake_case pattern with 'vods_' prefix and a clear verb (search/detail).

Tool Count4/5

With only 2 tools, the server is minimal but covers the core needs of searching and retrieving details for VOD content. Slightly under-scoped but reasonable.

Completeness4/5

The set covers basic search and detail retrieval, which handles most user requests. Missing features like categories or recommendations are minor gaps.

Maintenance

ActivityInactive
ResponsivenessNo issues