Svetovid
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
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_stateA | Orient in DaVinci Resolve. Call this first. Returns the product and version, the open project, every timeline in the project, and for the current timeline its frame rate, resolution, track counts, clip count and frame range. |
| render_current_frameA | See the edit. Export the frame at the playhead and return it as an image. Use this to look at what the timeline actually shows before and after an edit, rather than reasoning from metadata alone. The current timeline must be open and a frame visible at the playhead. |
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 2 tools
The two tools serve clearly distinct purposes: one provides project and timeline metadata, the other exports a frame as an image. There is no overlap or ambiguity.
Both tools follow a consistent verb_noun snake_case pattern: get_state and render_current_frame. Naming is uniform and predictable.
With only 2 tools for a complex domain like DaVinci Resolve, the server feels significantly underdeveloped. While it covers basic inspection and frame export, many essential operations (e.g., editing, timeline manipulation) are missing.
The server provides only state retrieval and frame rendering, lacking any editing or modification capabilities. For a tool claiming to 'orient' and 'see the edit,' the absence of editing tools makes it incomplete for interactive workflows.