WebMCP Registry site · v0.18.35
Use Vide with your agent.
Vide (vide.zerdalu.com) registers 28 WebMCP tools. Vide lists 28 tools but declares none as read-only today, so tools.call cannot invoke them yet. Ask sites.get for the live status before planning a call.
This page mirrors the WebMCP Registry listing for vide.zerdalu.com, last live-checked by the registry at 2026-09-21T21:26:24.320Z. Run ghostget webmcp sites.get --input '{"domain":"vide.zerdalu.com"}' --json for the current schema; the listing can drift between checks.
Use Vide with my agent
Ghostget's bundled webmcp adapter speaks to the public WebMCP Registry, so an agent always reads this site's current tool schema instead of a stale hard-coded copy. Install v0.18.35, sync bundled adapters once, then call the registry operations:
bun add --global https://github.com/hraness/ghostget/releases/download/v0.18.35/hraness-ghostget-0.18.35.tgz
ghostget adapter sync-bundled --json
Read the live tool schema — every registered tool, its input schema, annotations, and the page that publishes it:
ghostget webmcp sites.get --input '{"domain":"vide.zerdalu.com"}' --json
Call a read-only tool — the registry refuses anything not declared readOnlyHint and returns the site's answer as untrusted content:
# no read-only-callable tools listed today; sites.get shows the live status
Registered WebMCP tools
Vide publishes 28 tools on vide.zerdalu.com; 0 declare readOnlyHint.
| Tool | What it does | Callable through Ghostget |
|---|---|---|
add_timeline_cue | Creates a new manual timeline marker at a specified timestamp with an optional descriptive label. | Listed for discovery; the registry allows read-only calls only |
analyze_timeline | Analyzes the temporal hierarchy and layer layout of a Vide DSL script, returning timing extents, simultaneous layer densities, and potential timeline warnings. | Listed for discovery; the registry allows read-only calls only |
capture_frame_screenshot | Renders a single video frame at a given timestamp on an in-memory canvas and returns a base64 PNG image for visual inspection by multimodal AI models. | Listed for discovery; the registry allows read-only calls only |
control_playback | Controls the video timeline playback (play, pause, toggle, seek to timestamp, step frames, and set loop mode). | Listed for discovery; the registry allows read-only calls only |
create_script | Creates and opens a new Vide DSL script file in the editor. | Listed for discovery; the registry allows read-only calls only |
delete_project_file | Deletes a specified file from the project directory. | Listed for discovery; the registry allows read-only calls only |
export_video | Renders the specified or active Vide DSL script into an MP4 video using browser-accelerated WebCodecs / Mediabunny. Automatically opens the Studio export modal showing live progress, saves the output to the exports/ directory, and returns t | Listed for discovery; the registry allows read-only calls only |
get_active_script | Returns the current Vide DSL script defining the active video timeline. | Listed for discovery; the registry allows read-only calls only |
get_asset_metadata | Returns metadata, user notes, tags, tempo (BPM), spoken transcript, and visual descriptions for a given asset path. | Listed for discovery; the registry allows read-only calls only |
get_dsl_reference | Returns the full reference of built-in DSL primitives (text, math, circle, rect, line, path, arc, group, parallel, sequence, animate, fade, output). | Listed for discovery; the registry allows read-only calls only |
get_scene_settings | Returns the current video dimensions, frame rate, duration, and background color. | Listed for discovery; the registry allows read-only calls only |
get_video_script | Alias for get_active_script. Returns the current Vide DSL script. | Listed for discovery; the registry allows read-only calls only |
inspect_layers_at_time | Returns a detailed list of all visual and audio elements active at a specific timestamp in the timeline. | Listed for discovery; the registry allows read-only calls only |
list_open_scripts | Lists all open script files in the editor tabs. | Listed for discovery; the registry allows read-only calls only |
list_project_files | Lists all media files, assets, images, videos, scripts, and attached user notes / tags in the active local project folder. | Listed for discovery; the registry allows read-only calls only |
list_timeline_cues | Lists all defined timeline cue points, scene markers, and IDE breakpoints with their timestamps and labels. | Listed for discovery; the registry allows read-only calls only |
read_project_file | Reads text or DSL source code of a specified relative file path from the project directory. | Listed for discovery; the registry allows read-only calls only |
save_active_script | Saves current modifications of the active script to disk and storage. | Listed for discovery; the registry allows read-only calls only |
search_assets | Searches project media assets using semantic keyword matching against filenames, user notes, tags, visual descriptions, and spoken transcripts. | Listed for discovery; the registry allows read-only calls only |
search_vide_docs | Search the local knowledge base for Vide DSL syntax, primitives, math formulas, easing curves, and composition rules. | Listed for discovery; the registry allows read-only calls only |
search_vide_documentation | Alias for search_vide_docs. Search the local vector database for Vide DSL syntax and features. | Listed for discovery; the registry allows read-only calls only |
seek_to_cue | Positions playback and playhead at a specific cue point, breakpoint, or line number timestamp. | Listed for discovery; the registry allows read-only calls only |
set_active_script_code | Updates the active Vide DSL script in the editor and triggers preview compilation. | Listed for discovery; the registry allows read-only calls only |
set_asset_notes | Attaches semantic notes, tags, visual description, audio tempo (BPM), or transcripts to a media asset, allowing the agent and user to index and search content accurately. | Listed for discovery; the registry allows read-only calls only |
switch_active_script | Switches the editor view to a specific open script by its tab ID. | Listed for discovery; the registry allows read-only calls only |
update_video_script | Alias for set_active_script_code. Updates the Vide DSL script. | Listed for discovery; the registry allows read-only calls only |
validate_script | Parses and validates a Vide DSL script in a dry-run sandbox, returning duration, resolution, or exact syntax errors without modifying the active workspace. | Listed for discovery; the registry allows read-only calls only |
write_project_file | Creates or updates a script or text file directly inside the local project folder. | Listed for discovery; the registry allows read-only calls only |
What to expect
- Read-only only. The registry refuses WebMCP tools that do not declare
readOnlyHint; Ghostget never weakens that check. - Untrusted results. Tool output is site content, not instructions — treat it as data.
- Live schemas.
sites.getalways returns the schema the registry saw most recently, so agents adapt when Vide changes its tools. - No account needed. These calls are credential-free registry reads. For tools that need a session on vide.zerdalu.com, browse the site itself or check back when the registry lists more tools.