screenslick
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| SCREEN_SLICK_AGENT_LOG | No | Debug log path | .tmp/screenslick-agent-mcp.log |
| SCREEN_SLICK_AGENT_HOST | No | Must remain localhost | 127.0.0.1 |
| SCREEN_SLICK_AGENT_PORT | No | Local bridge port | 32117 |
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 |
|---|---|
| screenslick_bridge_statusA | Check whether a ScreenSlick editor is connected to the local bridge. |
| screenslick_get_projectA | Inspect the current ScreenSlick editor project. |
| screenslick_get_capabilitiesA | List ScreenSlick agent-editable commands, effect fields, animations, sound bindings, backgrounds, layouts, and workflow guidance. |
| screenslick_list_voicesA | List ScreenSlick local and premium voiceover voices. Premium Gemini voices consume credits and require user confirmation. |
| screenslick_list_musicA | List built-in ScreenSlick music tracks. |
| screenslick_list_sound_effectsA | List built-in ScreenSlick sound effects. |
| screenslick_list_effectsA | List agent-editable visual effect options. |
| screenslick_remove_silencesC | Run the editor's silence removal feature on the current timeline. |
| screenslick_generate_transcriptC | Run the editor's transcription/subtitle generation flow on the current video or timeline. |
| screenslick_generate_scriptC | Ask ScreenSlick's script assistant to write or improve a timed narration plan. |
| screenslick_generate_voiceoverC | Generate a full voiceover track using ScreenSlick's native voiceover flow. |
| screenslick_add_transcript_voiceover_to_timelineC | Add transcript or agent-provided script voiceover clips to the timeline. |
| screenslick_preview_voiceoverB | Preview or stop the current generated ScreenSlick voiceover. |
| screenslick_toggle_voiceoverB | Enable or disable the current generated ScreenSlick voiceover track. |
| screenslick_apply_commandsB | Apply a batch of validated creative edit commands to the editor timeline. Call screenslick_get_capabilities first to learn the valid command shapes and effect fields. |
| screenslick_capture_frameC | Capture a PNG preview frame from the current editor. |
| screenslick_export_videoC | Export the current editor project as an MP4 data URL. |
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 17 tools
Each tool targets a distinct aspect of the video editing workflow, such as generating content, listing assets, or applying edits. For example, 'generate_voiceover' creates audio, while 'add_transcript_voiceover_to_timeline' adds voiceover from a script, and 'generate_transcript' produces subtitles. The boundaries are clear, preventing confusion.
All tool names follow a consistent 'screenslick_verb_noun' pattern in snake_case. Verbs are descriptive (add, apply, generate, list, etc.), and even complex names like 'add_transcript_voiceover_to_timeline' maintain the pattern without mixing conventions.
Seventeen tools is slightly above the typical well-scoped range of 3-15, but each tool serves a clear purpose without redundancy. The count is appropriate for the domain, covering project inspection, asset listing, content generation, editing, and export.
The tool set covers the full lifecycle: project inspection, script/transcript/voiceover generation, applying edits via commands, silence removal, preview, and export. Minor gaps like individual effect removal are abstracted into the batch 'apply_commands' tool. Overall, it provides sufficient coverage for an AI-assisted video editing workflow.