MCP SubMatcher
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": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| scan_media_filesC | 扫描指定目录中的视频和字幕文件 |
| preview_matchingA | 预览字幕匹配结果(演习模式,不会实际修改文件) |
| rename_subtitlesC | 执行字幕重命名操作 |
| get_config_valueC | 获取配置文件中指定路径的值 |
| set_config_valueC | 设置配置文件中指定路径的值 |
| get_config_summaryC | 获取当前配置摘要 |
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 6 tools
Each tool has a clearly distinct purpose with no overlap: get_config_summary and get_config_value handle configuration retrieval, set_config_value handles configuration modification, scan_media_files discovers files, preview_matching shows results without changes, and rename_subtitles performs the actual renaming. An agent can easily distinguish between these functions.
All tools follow a consistent verb_noun pattern using snake_case: get_config_summary, get_config_value, preview_matching, rename_subtitles, scan_media_files, and set_config_value. This predictable naming scheme makes the tool set easy to navigate and understand.
With 6 tools, this server is well-scoped for subtitle matching and configuration management. Each tool earns its place by covering distinct aspects of the workflow, from scanning and previewing to renaming and configuration, without being overly sparse or bloated.
The tool set provides complete coverage for the subtitle matching domain: scanning media files, previewing matches, executing renames, and full CRUD operations on configuration (get/set values and summary). There are no obvious gaps, allowing agents to handle the entire workflow seamlessly.