Short Video 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
} |
| logging | {} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| extensions | {
"io.modelcontextprotocol/ui": {}
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| share_url_parse_tool_wrapperB | |
| video_id_parse_tool_wrapperA | |
| share_text_parse_tool_wrapperC | |
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 3 tools
Each tool targets a distinct input method (text, URL, source+ID) for parsing short video information, with clear descriptions preventing overlap.
All tools follow the consistent pattern of 'input_parse_tool_wrapper', making the naming predictable and easy to understand.
Three tools is well-scoped for a server focused on parsing short video references from common inputs, with no unnecessary or missing tools.
The tool surface covers all common ways to reference a short video (shared text, URL, or direct ID), making it complete for its intended purpose.