Skip to main content
Glama
instavar

@instavar/mcp-server

by instavar

Edit video brief

edit_video_brief

Edit an existing video brief: update script, scenes, voice, aspect ratio, or publish target. Content changes trigger re-render and return a new run ID; publish-only updates avoid re-rendering.

Instructions

Edit an existing job's brief (only provided fields change). Changing the script, caption, title, lessonTitle, objective, steps, scenes, aspectRatio or voiceId triggers a re-render and returns the new run ID; objective also re-routes the composition. Changing only publishTarget updates the job's target platform without re-rendering. For a brand-new video use create_video_brief.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
jobIdYesThe job to edit
stepsNoUpdated steps (replaces the array)
titleNoUpdated title
scenesNoUpdated scenes (replaces the array)
scriptNoUpdated narration script
captionNoUpdated social caption
voiceIdNoUpdated TTS narrator voice ID. Triggers a re-render with the new voice.
objectiveNoUpdated content objective. Re-routes the composition and triggers a re-render.
assetSlotsNoReplacement storyboard asset slots. Omit to preserve existing slots; pass [] to clear them.
aspectRatioNoUpdated aspect ratio
audioLayersNoReplacement typed audio layers. Omit to preserve existing layers; pass [] to clear them.
lessonTitleNoUpdated lesson title
publishTargetNoUpdated target social platform. Distribution metadata only - does not trigger a re-render.
visualDirectionNoUpdated whole-video visual direction
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations are all false, so the description carries the burden. It discloses that only provided fields change, that certain changes trigger a re-render returning a new run ID, and that publishTarget updates without re-render. It could mention side effects like cost or asset invalidation, but the key behaviors are covered.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Three sentences, front-loaded with purpose, and every sentence adds value. It efficiently covers partial update behavior, re-render triggers, and the alternative tool.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool's complexity (14 params, nested objects, no output schema), the description covers the key decision points: what changes trigger a re-render and the alternative for new videos. It could explain return format more, but the mention of 'new run ID' is sufficient for most uses.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, so baseline is 3. The description adds cross-cutting context about re-render triggers and run ID returns, but most parameter details are already in the schema. No significant additional semantics beyond what the schema provides.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

Description clearly states 'Edit an existing job's brief' with a specific verb and resource. It distinguishes from the sibling tool create_video_brief by explicitly saying 'For a brand-new video use create_video_brief.'

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Provides explicit guidance on when to use this tool (editing an existing job) and names the alternative for new videos. It also clarifies behavioral context, such as which field changes trigger a re-render and which do not.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/instavar/mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server