# Vidova MCP use cases

Product jobs for Vidova Local MCP: clean a screen recording, restyle a cursor, add zooms, place a title, and generate a still.

## Clean a talking-head screen recording

Transcribe the recording, wait for captions, then `removeSilences` with the asset id. Preview a still. Undo with `project_history` if a pause you wanted is gone.

## Restyle a tutorial cursor

Read `timeline_get_state`. Find the `vidova` clip. `updateClip` with `vidovaSettings.cursorStyle` (including `banana`) and `cursorSize`. Capture a frame where the pointer is on a button.

## Follow clicks with zooms

`clip_enhance` `addZoom` on that Vidova clip. Use tracking zooms for cursor follow. Keep camera clips for whole-composition moves only.

## Add a title without `type=text`

`component` `createFromTemplate` with `templateId` `typewriter` and `inputOverrides.fullText`. Place with `addClip` `type` `component`. Preview immediately and check clipping and text fit.

## Generate a still, then place it

`generate_asset` `kind` `image`, poll `status`, then `timeline_edit` `addClip` `type` `image` with the new `assetId`. Image generation uses the image-generation allowance.

## Switch projects from the agent

`list_projects`, `set_active_project`, open the editor if it is not already the active window, then `timeline_get_state`.
