Short Video Agent Kit
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
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| short_video_agent_manifestC | Machine-readable install, provider, runtime and safety guidance for agents. |
| short_video_connection_statusB | Check configured providers and dry-run mode without exposing API keys. |
| short_video_privacy_auditC | Return prompt, asset, output and provider-key safety boundaries. |
| short_video_build_payloadB | Build a provider-specific request payload without calling the paid provider API. |
| short_video_generateB | Generate one vertical video. Returns a dry-run payload unless live=true or SHORT_VIDEO_DRY_RUN=false. |
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 5 tools
Each tool targets a distinct aspect of short video generation: configuration, payload construction, connectivity, generation, and privacy. No overlapping purposes.
All tools share the 'short_video_' prefix and follow a noun/verb_noun pattern, though 'generate' is a lone verb while others have two words. Minor deviation but overall clear.
5 tools is well-scoped for a focused agent kit covering setup, execution, and safety. No unnecessary tools.
Covers core lifecycle: metadata, payload, connectivity, generation, and privacy. Missing post-generation actions (e.g., list, delete) but acceptable for an agent kit.