Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, email [email protected] and we’ll put it right.

Clipform

NPM · @CLIPFORM/MCP-SERVER · 2 COMPONENTS · SCANNED AUG 3

Interactive video forms that capture authentic responses. Build engaging forms in minutes.

+10 this week 72 Trust /100
Trust breakdown (6 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score →

Supply Chain Security100
  • No malware found by supply-chain analysis.Pass
  • No known CVEs affecting this package version or its production dependencies.Pass
  • No install/post-install scripts declared.Pass
  • No production dependencies, so there is no dependency health to assess. View diagnostics → Pass
Provenance & Transparency45
Schema Quality & AI Usability72
  • 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).Pass
  • AI-judged instruction clarity (good).Pass
  • Context-footprint check failed: tool/resource definitions use about 7673 tokens (~187/item across 41 items; 30 tools + 11 resources), over budget; trim descriptions and params. See how to fix → Fail
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management23
  • Stability observed for 7 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 99% of tool parameters carry a description.Partial
  • Structured output schemas are declared (67% of tools); any adoption earns full credit.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

npm · @clipform/mcp-server

# add to Claude Code
claude mcp add clipform-mcp-server -- npx -y @clipform/mcp-server
# add to Codex CLI
codex mcp add clipform-mcp-server -- npx -y @clipform/mcp-server
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "clipform-mcp-server": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@clipform/mcp-server"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add clipform-mcp-server --command npx --arg -y --arg @clipform/mcp-server
# ~/.hermes/config.yaml
mcp_servers:
  clipform-mcp-server:
    command: "npx"
    args: ["-y", "@clipform/mcp-server"]
// mcp.json
{
  "mcpServers": {
    "clipform-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@clipform/mcp-server"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 3 Aug 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 20 to 23. That category is still filling its 30-day observation window: 6 days of observed history at the previous scan, 7 at this one. The score rises as the window fills, whether or not the server changes.

  • 2 Aug 26 +18
    • Malware scan: unverified → pass security
    • Stability: unverified → 0.20 functional
  • 1 Aug 26 −9
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 27 Jul 26 +33
    • Tool coverage: unverified → 100 functional
    • Schema quality: unverified → 100 functional
    • First check of Tool coverage: 67 functional
    • First check of Schema quality: fail functional
    • First check of Tool coverage: 99 functional
    • First check of Schema quality: fail functional
    • First check of Schema quality: good functional
  • 26 Jul 26 29

    First indexed and scored.

    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 3 Aug 2026 · Analysed npm/@clipform/[email protected]

Provenance none

Ecosystem: npm · Outcome: none

Dependencies 0 packages

0 packages in the resolved dependency tree.

MCP tools — 30 exposed · ~7,177 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.

Tool Tokens
clipform_add_node ~107

Add a new node to an existing form. Inserted before the end screen by default; after_node_id controls insertion position. Node types and config schemas match clipform_create_form.

NameTypeReqDescription
after_node_idstringInsert after this node ID. Omit to append before the end screen.
form_idstringyesThe form UUID (returned by clipform_create_form, not the short share_id from the URL)
nodeobjectyesThe node to add
NameTypeReqDescription
node_idstringyesID of the created node - pass to update_node / attach_node_media
typestringyesNode type that was added

No examples provided.

clipform_attach_node_media ~124

Attach an existing workspace media asset (from clipform_upload_media_asset) to one or more nodes (max 10). Pass one item or many; multiple items attach sequentially. Only works on node types that support media (choice, open, scale, draw, binary, button). A media asset is reusable - attach the same media_asset_id to several nodes.

NameTypeReqDescription
form_idstringyesThe form UUID (returned by clipform_create_form, not the short share_id from the URL)
itemsarrayyesOne or more attachments to make
NameTypeReqDescription
resultsarrayyesOne result per item, in order

No examples provided.

clipform_check_render ~154

Check the status of render jobs started by clipform_generate_video, clipform_render_video_template, or clipform_render_composition. Pass job_ids to check a whole batch in ONE call - one line of status per job. Pass job_id for a single job. Returns the output URL for each completed render. Typical render time: 10-60 seconds. Attach is automatic when node_id was provided to the render tool - no need to poll to completion, and the attach outcome is reported here once known.

NameTypeReqDescription
job_idstringA single job ID returned by the render tool
job_idsarrayMultiple job IDs - check the whole batch in one call instead of one call per job
NameTypeReqDescription
jobsarrayyesOne entry per queried job; attach completed public_urls via upload_media_asset then attach_node_media unless already auto-attached

No examples provided.

clipform_complete_media_upload ~110

Confirm a signed-PUT still image upload finished, after PUTting the bytes to the upload_url returned by clipform_upload_media_asset. The API verifies the object actually landed in storage before flipping the asset from processing to ready - call this right after the PUT succeeds, or the asset stays invisible in the library. Not needed for video uploads (TUS/Mux settle automatically).

NameTypeReqDescription
media_asset_idstringyesThe media_asset_id returned by clipform_upload_media_asset for the still image
NameTypeReqDescription
media_asset_idstringyes
statusstringyesThe asset's status after this call - ready on success, or its already-settled status when called again (noop)

No examples provided.

clipform_create_form ~988

Create a new Clipform (interactive video-style form). Returns a viewer URL and form ID. When connected via an authenticated MCP client (e.g. claude.ai), the form lands directly in the user's workspace. Anonymous sessions get a claim URL to transfer ownership later. Node types (omit config to use defaults where shown): - choice: Single or multiple choice node with predefined options (supports options array). Config: choice ({enable_branching, show_answer_feedback, record_scores}), selection_mode ("single"|"multiple", default: "single"), allow_text_response (boolean, default: false), randomise_options (boolean, default: false), show_option_count (boolean, default: false), option_display ("list"|"letters", default: "list"). Defaults: {"selection_mode":"single","choice":{"enable_branching":false},"randomise_options":false,"show_option_count":false,"option_display":"list"} - open: Free-form text responses from users. Config: formats (array of {format, order}). Defaults: {"formats":[{"order":0,"format":"text"},{"order":1,"format":"audio"},{"order":2,"format":"video"}]} - details: Collect several fields on one screen - name, email, phone, address, date, and more. Config: title (string), fields (array of {id, type, label, order, required, is_custom}), description (string), consent_items (array of {id, name, label, order, type}), Available field IDs: first_name, last_name, email, phone. Defaults: {"fields":[{"id":"first_name","type":"first_name","label":"First Name","enabled":true,"required":true},{"id":"email","type":"email","label":"Email","enabled":true,"required":true}],"consent_items":[]} - button: Simple button for acknowledgment or navigation (supports options array). Config: button_text (string, default: "Continue"), button_style ("primary"|"secondary"|"outline", default: "primary") - redirect: Redirect users to an external URL. Config: url (string), auto_redirect (boolean, default: true). Defaults: {"url":"","auto_redirect":true} - file_download: Provide a file fo…

NameTypeReqDescription
background_colorstringBackground color as 6-digit hex (e.g. '#1A1A2E').
disable_back_navigationbooleanPrevent going back. Set true for quizzes.
font_familystringAI-PROTECTED: Only set when the user explicitly requests a specific font.
nodesarrayyesOrdered list of nodes/steps for the form
primary_colorstringPrimary/brand color as 6-digit hex (e.g. '#FF5500'). Used for buttons and accents.
show_step_counterbooleanShow step counter (e.g. '1/5'). Set true for quizzes.
tagsarrayTags for indexing (e.g. ['quiz', 'trivia', 'arsenal']). Include format, genre, and topics.
titlestringyesForm title
NameTypeReqDescription
dashboard_urlstringBuilder URL (sign in to edit)
form_idstringyesForm UUID - pass to follow-up tools
nodesarrayyesCreated nodes in order - IDs for attach_node_media / update_node
planobjectPlan and auth context for this session
viewer_urlstringyesLive form URL for respondents

No examples provided.

clipform_delete_form ~96

Permanently delete a form and all its nodes. This cannot be undone. Requires user confirmation before it runs.

NameTypeReqDescription
confirmbooleanSet to true ONLY after the user has explicitly confirmed this destructive action. Leave unset otherwise - hosts that support confirmation dialogs will prompt the user automatically.
form_idstringyesThe form UUID to delete (returned by clipform_create_form, not the short share_id from the URL)

No output schema declared.

No examples provided.

clipform_delete_node ~128

Delete a node from a form. The logic chain is automatically re-linked (the previous node will point to the next one). Cannot delete the start node or the last end screen. Requires user confirmation before it runs.

NameTypeReqDescription
confirmbooleanSet to true ONLY after the user has explicitly confirmed this destructive action. Leave unset otherwise - hosts that support confirmation dialogs will prompt the user automatically.
form_idstringyesThe form UUID (returned by clipform_create_form, not the short share_id from the URL)
node_idstringyesThe node ID to delete

No output schema declared.

No examples provided.

clipform_delete_node_media ~114

Remove media from a node. Deletes the media record and cleans up external resources (Mux video asset, storage file). Requires user confirmation before it runs.

NameTypeReqDescription
confirmbooleanSet to true ONLY after the user has explicitly confirmed this destructive action. Leave unset otherwise - hosts that support confirmation dialogs will prompt the user automatically.
form_idstringyesThe form UUID (returned by clipform_create_form, not the short share_id from the URL)
node_idstringyesThe node ID

No output schema declared.

No examples provided.

clipform_fetch_boundary ~148

Fetch a GeoJSON boundary polygon for a country, city, or region. Returns simplified GeoJSON ready to use as the 'boundary' prop in the Map composition. mainlandOnly excludes small islands and overseas territories (e.g. Corsica for France, Hawaii for USA).

NameTypeReqDescription
mainlandOnlybooleanKeep only the largest landmass, excluding small islands and overseas territories
maxPointsnumberMaximum points per polygon ring for simplification (default 500, lower = smaller payload)
querystringyesPlace name (e.g. 'France', 'Paris', 'Tokyo', 'Brazil')
typestringType of place to search for

No output schema declared.

No examples provided.

clipform_generate_tts ~275

Generate narration audio from text with word-level captions. Use this for quiz question narration, survey introductions, form instructions, or any node that benefits from a human voice. Proactively suggest narration for quizzes and content-rich forms - it significantly improves engagement. Available voices: ryan (British male, clear), sonia (British female, warm), andrew (American male, smooth), ava (American female, vibrant), guy (American male, deep). Pick ONE voice that fits the topic - e.g. a London quiz gets ryan or sonia, a US sports quiz gets andrew or guy - and reuse that SAME voice for every item and every call across the whole form. Never mix voices within one form unless the user explicitly asks for multiple voices. Use the tone parameter to direct HOW the voice speaks. Always set a tone that matches the form's mood - e.g. quizzes: "Energetic and playful, like a quiz show host teasing the audience", surveys: "Professional but warm, encouraging honest answers", personality quizzes: "Curious and reflective". This dramatically improves the narration quality. Pass one item or many (max 10) - multiple items run in parallel. Returns audio URL and word-level captions per item.

NameTypeReqDescription
itemsarrayyesOne or more TTS items to generate
NameTypeReqDescription
resultsarrayyesOne result per item, in order

No examples provided.

clipform_generate_video ~787

Generate a video from images, video clips, or both, synced to an audio track. Use this for narrated question backgrounds, topic visualisations, or any form node that benefits from video. Combine with clipform_generate_tts for narrated audio and clipform_search_media for royalty-free images. Creates 9:16 (720x1280) with Ken Burns pan/zoom effects and transitions. Returns a public URL when complete. Items: type "image" (Ken Burns motion) or "video" (cover-cropped, muted by default). Duration matches audio_url or set duration_seconds explicitly. For multi-question builds, pass wait: false on every render: each call returns a job ID immediately, so all renders run in parallel - then collect URLs with clipform_check_render. Sequential waiting renders take 15-120 seconds EACH. Choosing a render tool: for a recognisable form/quiz beat (guess-the-city, this-or-that, mystery reveal, multiple choice, photo montage...) reach for a video template first (clipform_list_video_templates + clipform_render_video_template) - it is a one-call recipe. Use clipform_generate_video for a narrated or audio-synced media montage (images/clips timed to a voice track). Use clipform_render_composition only when neither fits and you need a custom layer stack. Montage disambiguation: choose clipform_generate_video when the montage is narrated or synced to an audio track; choose the slideshow video template when it is silent (motion + transitions only, no voice-over). A render for a form node is not done until it is attached to that node. Pass node_id (and form_id) so the completed render attaches itself automatically - do not poll clipform_check_render to completion or manually chain clipform_upload_media_asset + clipform_attach_node_media; fire the render and move on.

NameTypeReqDescription
audio_urlstringAudio track URL. Video duration matches audio duration.
background_audio_urlstringAmbience/music bed under the narration (crowd noise, room tone). Loops to fill the video. Find tracks with clipform_search_music.
background_audio_volumenumberBackground bed volume 0-1 (default 0.15 - sits under speech)
background_colorstringBackground color (default '#000')
captionsarrayWord-level captions from clipform_generate_tts - carried onto the attached media asset. Only used when node_id is set.
duotoneobjectTwo-tone editorial recolour on image items - desaturates then maps to a shadow->highlight palette. Pair with a halftone texture for a screen-print poster look.
duration_secondsnumberVideo duration in seconds (required if no audio_url)
form_idstringThe form UUID (required when node_id is set).
itemsarrayyesMedia items (images, video clips, or a mix)
node_idstringForm node to attach this render to automatically once it completes - skips the manual clipform_upload_media_asset + clipform_attach_node_media steps and republishes the form if it's currently live. R…
random_effectsbooleanShuffle Ken Burns effects across image items (default: true)
style_presetstringKen Burns style preset: cinematic, dramatic, calm, documentary, dreamy, moody, energetic
textureobjectPrint-style pattern overlay on image items - makes stock imagery read as designed (screen-print dither look)
transitionobject
waitbooleantrue (default) blocks until the video is ready and returns its URL. false returns a job ID immediately - fire all renders first, then poll clipform_check_render. Use false whenever rendering more tha…
NameTypeReqDescription
attach_errorstringPresent when node_id was provided but auto-attach failed - the render itself still succeeded.
attachedbooleanTrue when node_id was provided and the render was attached to the node automatically (present once the attach outcome is known).
duration_secondsnumber
job_idstringPresent when status is 'rendering' - pass to check_render
media_asset_idstringThe workspace media asset created from this render, when attached.
public_urlstringPresent when status is 'complete' - attach via upload_media_asset then attach_node_media (fit_media: true), unless node_id was set (auto-attached)
republishedbooleanTrue when the form was live and was republished to include this media.
statusstringyes'rendering' when wait:false (poll check_render); 'complete' with a public_url when wait:true

No examples provided.

clipform_get_form ~67

Retrieve a form's details including all nodes in sequential order. Returns title, settings, and every node with its options, config, and media status.

NameTypeReqDescription
form_idstringyesThe form UUID (returned by clipform_create_form, not the short share_id from the URL)
NameTypeReqDescription
form_idstringyesForm UUID
has_unpublished_changesbooleanyesLive form has edits not yet republished
is_livebooleanyesWhether the form is published
nodesarrayyesNodes in sequential order - IDs for update_node / attach_node_media
titlestringyesForm title

No examples provided.

clipform_get_guide ~256

Retrieve craft knowledge for building a specific form type. Returns question psychology, difficulty curves, narration style, scoring setup, and writing principles as markdown. Does NOT return a step-by-step build workflow - use clipform_get_workflow for that. Available types: quiz, survey, interview, funnel, testimonial, application, booking. Aliases also accepted: trivia → quiz, test → quiz, exam → quiz, feedback → survey, poll → survey, nps → survey, questionnaire → survey, case-study → interview, callout → interview, lead-gen → funnel, qualification → funnel, lead-magnet → funnel, story → testimonial, review → testimonial, job-application → application, admission → application, enrollment → application, grant → application, registration → booking, signup → booking, event → booking, rsvp → booking, workshop → booking. Quiz variants (optional): personality, comprehension, composition - appends variant-specific addendum to the base quiz guide.

NameTypeReqDescription
typestringyesForm type to get the craft guide for (accepts aliases like 'feedback' → survey)
variantstringQuiz sub-variant. Only used when type is 'quiz'. Omit for a standard scored quiz.

No output schema declared.

No examples provided.

clipform_get_node_media ~72

Get the media attached to a node, including processing status. Useful for checking if a video upload has finished processing.

NameTypeReqDescription
form_idstringyesThe form UUID (returned by clipform_create_form, not the short share_id from the URL)
node_idstringyesThe node ID
NameTypeReqDescription
mediayesAttached media (null if the node has none)

No examples provided.

clipform_get_workflow ~602

Retrieve a step-by-step build workflow for creating a specific form type. Returns the exact tool sequence, form settings, node configuration, scoring setup, and end screen config as a build recipe. Does NOT return craft knowledge (question psychology, difficulty curves, narration style) - use clipform_get_guide for that. Available types: quiz, survey, interview, testimonial, application, booking. Aliases also accepted: trivia → quiz, test → quiz, exam → quiz, feedback → survey, poll → survey, nps → survey, questionnaire → survey, case-study → interview, callout → interview, lead-gen → funnel, qualification → funnel, lead-magnet → funnel, story → testimonial, review → testimonial, job-application → application, admission → application, enrollment → application, grant → application, registration → booking, signup → booking, event → booking, rsvp → booking, workshop → booking. Quiz variants (optional): personality, comprehension, composition - returns the variant-specific workflow instead of the base quiz workflow. Optional args by type: - quiz: topic, question_count (8) - quiz (variant: personality): topic, categories, question_count (8) - quiz (variant: comprehension): youtube_url, question_count (8), audience - interview: purpose, response_format (all), needs_consent (true) - survey: topic, anonymous (true) - funnel: outcomes, criteria, needs_contact (true) - testimonial: use_case - application: role - booking: event_name, event_type

NameTypeReqDescription
anonymousbooleanAnonymous survey (survey)
audiencestringTarget audience (quiz variant: comprehension)
categoriesstringComma-separated outcome categories (quiz variant: personality)
criteriastringRouting criteria (funnel)
event_namestringEvent or offering name (booking)
event_typestringType of event (booking)
needs_consentbooleanInclude consent statement (interview)
needs_contactbooleanInclude contact capture (funnel)
outcomesstringSegments or recommendations (funnel)
purposestringWhat you're collecting (interview)
question_countnumberNumber of questions, default 8 (quiz types)
response_formatstringHow respondents reply (interview)
rolestringWhat the application is for (application)
topicstringTopic or theme (quiz, survey)
typestringyesForm type to get the build workflow for (accepts aliases like 'feedback' → survey)
use_casestringWhat stories to collect (testimonial)
variantstringQuiz sub-variant. Only used when type is 'quiz'. Omit for a standard scored quiz.
youtube_urlstringYouTube video URL (quiz variant: comprehension)

No output schema declared.

No examples provided.

clipform_list_assets ~41

List available creative assets (sound effects, animations, fonts) for video compositions.

NameTypeReqDescription
typestringAsset type to list (default: all)
NameTypeReqDescription
animationsarrayyes
fontsarrayyes
sfxarrayyes

No examples provided.

clipform_list_compositions ~54

Browse available video compositions and their expected props schemas. Call this before using clipform_render_composition to discover visual styles and their input props. For narrated slideshows from images, use clipform_generate_video instead.

Input schema present but exposes no named parameters.

NameTypeReqDescription
compositionsarrayyesAvailable compositions - pass an id to render_composition

No examples provided.

clipform_list_forms ~155

List forms in your workspace with optional filtering. Returns paginated results (cursor-based). next_cursor is included when more results exist.

NameTypeReqDescription
cursorstringPagination cursor from previous response's next_cursor
limitintegerNumber of forms to return (default 25, max 100)
orderstringSort order (default: desc, newest first)
publishedstringFilter by publish status
searchstringSearch forms by title (case-insensitive substring match)
sortstringSort field (default: created_at)
tagstringFilter by tag name(s), comma-separated. AND logic: only forms with ALL tags are returned.
NameTypeReqDescription
formsarrayyesMatching forms (empty if none)
next_cursorstring|nullyesPass as cursor to fetch the next page, or null when no more

No examples provided.

clipform_list_video_templates ~75

Browse available video templates - curated Scene arrangements (bed + overlay + sane defaults) that render through the Scene composition from a small controls object. Call this before clipform_render_video_template to see template names and their exposed controls. For a fully custom layer stack, assemble Scene layers directly via clipform_render_composition instead.

Input schema present but exposes no named parameters.

NameTypeReqDescription
templatesarrayyesAvailable video templates - pass a name + controls to clipform_render_video_template

No examples provided.

clipform_log_generation ~76

Save an audit trail for a generated form. Records where content came from - the sources and image attributions.

NameTypeReqDescription
detailsobjectyesContent sources and attributions
form_idstringyesThe form ID (UUID format, not the share ID)
summarystringyesShort description of what was generated

No output schema declared.

No examples provided.

clipform_render_composition ~739

Render a specialised video composition to MP4 or PNG - custom animated visuals that clipform_generate_video can't provide, such as geography animations or designed motion graphics. Available composition names and their required input props schemas come from clipform_list_compositions. For narrated Ken Burns slideshows from images, use clipform_generate_video instead. Output formats: mp4 (H.264, best for social media) or png (single frame). Returns a public URL when complete. For multi-render builds (e.g. one clip per quiz question), pass everything in ONE call via items (max 10): all renders fire in parallel and you get one job ID each - then collect the URLs in a single clipform_check_render call with job_ids. Single render: pass compositionId/inputProps at the top level (wait: true blocks and returns the URL; wait: false returns a job ID). Choosing a render tool: for a recognisable form/quiz beat (guess-the-city, this-or-that, mystery reveal, multiple choice, photo montage...) reach for a video template first (clipform_list_video_templates + clipform_render_video_template) - it is a one-call recipe. Use clipform_generate_video for a narrated or audio-synced media montage (images/clips timed to a voice track). Use clipform_render_composition only when neither fits and you need a custom layer stack. A render for a form node is not done until it is attached to that node. Pass node_id (and form_id) so the completed render attaches itself automatically - do not poll clipform_check_render to completion or manually chain clipform_upload_media_asset + clipform_attach_node_media; fire the render and move on. In batch mode, set node_id per item (see items) and form_id once at the top level.

NameTypeReqDescription
captionsarraySingle render only: word-level captions from clipform_generate_tts, carried onto the attached media asset. Only used when node_id is set. For batch mode, set captions per item instead.
compositionIdstringSingle render: the composition ID. Call clipform_list_compositions to see available options (e.g. 'Slideshow', 'Map', 'Grid'). Use items instead for multiple renders.
form_idstringThe form UUID - required when node_id is set (single render) or any item sets node_id (batch).
inputPropsobjectSingle render: props object matching the composition's schema from clipform_list_compositions. Validated STRICTLY - unknown or missing props fail with the schema in the error, nothing renders silentl…
itemsarrayBatch mode: multiple renders in one call. All fire in parallel; returns one job ID per item - collect with clipform_check_render (job_ids). Use this whenever rendering more than one clip.
node_idstringSingle render only: form node to attach this render to automatically once it completes. Requires form_id. For batch mode, set node_id per item instead.
outputFormatstringSingle render: output format (default: mp4)
waitbooleanSingle render only: true (default) blocks until the render is ready and returns its URL; false returns a job ID for clipform_check_render. Batch items always run fire-and-poll.
NameTypeReqDescription
jobsarrayyesOne entry per render (single or batch)

No examples provided.

clipform_render_video_template ~423

Render a curated video template (a pre-arranged Scene: bed + overlay + sane defaults) to MP4 or PNG from a small controls object, instead of hand-assembling Scene layers. Call clipform_list_video_templates first for available template names and their controls. Renders through the Scene composition under the hood. Choosing a render tool: for a recognisable form/quiz beat (guess-the-city, this-or-that, mystery reveal, multiple choice, photo montage...) reach for a video template first (clipform_list_video_templates + clipform_render_video_template) - it is a one-call recipe. Use clipform_generate_video for a narrated or audio-synced media montage (images/clips timed to a voice track). Use clipform_render_composition only when neither fits and you need a custom layer stack. A render for a form node is not done until it is attached to that node. Pass node_id (and form_id) so the completed render attaches itself automatically - do not poll clipform_check_render to completion or manually chain clipform_upload_media_asset + clipform_attach_node_media; fire the render and move on.

NameTypeReqDescription
captionsarrayWord-level captions from clipform_generate_tts - carried onto the attached media asset. Only used when node_id is set.
controlsobjectyesTemplate-specific controls (see clipform_list_video_templates for the exposed control surface).
form_idstringThe form UUID (required when node_id is set).
node_idstringForm node to attach this render to automatically once it completes - skips the manual clipform_upload_media_asset + clipform_attach_node_media steps and republishes the form if it's currently live. R…
outputFormatstringOutput format (default: mp4)
templatestringyesVideo template name (see clipform_list_video_templates).
waitbooleantrue (default) blocks until the render is ready and returns its URL; false returns a job ID for clipform_check_render.
NameTypeReqDescription
attach_errorstringPresent when node_id was provided but auto-attach failed - the render itself still succeeded.
attachedbooleanTrue when node_id was provided and the render was attached to the node automatically (present once the attach outcome is known).
job_idstringPresent when status is 'rendering' - pass to clipform_check_render
media_asset_idstringThe workspace media asset created from this render, when attached.
output_formatstring
public_urlstringPresent when status is 'complete' - attach via upload_media_asset then attach_node_media (fit_media: true), unless node_id was set (auto-attached)
republishedbooleanTrue when the form was live and was republished to include this media.
statusstringyes
templatestring

No examples provided.

clipform_search_media ~152

Search images or stock video clips. Pass one query or many (max 10) - multiple queries run in one call instead of separate tool calls. Use results to feed into clipform_generate_video for narrated slideshow videos, or upload directly as still images via clipform_upload_media_asset then clipform_attach_node_media. All results are pre-cleared for commercial use. Results include a description (alt text where the provider has it) - use it to pick visually distinct images. Example: { queries: [{ query: "saturn rings" }, { query: "mars surface", count: 3 }] } returns portrait images for both.

NameTypeReqDescription
queriesarrayyesOne or more search queries to run
NameTypeReqDescription
searchesarrayyesResults grouped by query (items empty if a query found nothing or failed)

No examples provided.

clipform_search_music ~186

Search for royalty-free music tracks and ambient sounds. Quiz forms especially benefit from background music - it keeps energy up between questions. Also consider it for multi-step surveys and longer forms. Pass the returned URL as the audio track to clipform_generate_video, or as the audio for the slideshow video template via clipform_render_video_template. Returns download URLs, duration, artist, and license info.

NameTypeReqDescription
countnumberMax results (default: 5)
instrumentalOnlybooleanOnly instrumental tracks (default: true)
maxDurationnumberMaximum duration in seconds
minDurationnumberMinimum duration in seconds
querystringyesWhat to search for (e.g. 'upbeat quiz background', 'calm ambient', 'playful pizzicato')
tagsarrayGenre/mood tags to filter by
NameTypeReqDescription
querystringyes
tracksarrayyesMatching tracks (empty if none); pass a url as the audio track to generate_video

No examples provided.

clipform_search_news ~146

Fallback news lookup for clients without native web search. Returns structured current-news articles from NewsAPI and The Guardian. Coverage: recent events, people, and topics (post-May-2025). Does NOT cover timeless topics (history, geography, science). Narrower and less current than native web search tools (WebSearch, web fetch) when available. Returns: article title, source, author, date, URL, description, and image URL per result.

NameTypeReqDescription
countnumberMax results per provider (default 5)
querystringyesNews search query (e.g. 'Iran war 2026', 'Australian Open final', 'UK election')
NameTypeReqDescription
articlesarrayyesMatching articles (empty if none)
querystringyes

No examples provided.

clipform_set_logic ~198

Set routing logic on one or more nodes. Pass multiple nodes in one call instead of separate tool calls. Linear routing (A to B to C) is supported. NOTE: Conditional branching (different paths based on which option is picked) is a planned feature - do not create conditional branching paths. Each rule maps an option (by its text content) to a target node. Rules without option_content are "default" rules applied to all unmatched options. Example: nodes: [ { node_id: "q1-id", rules: [{ target_node_id: "q2-id" }] }, { node_id: "q2-id", rules: [{ target_node_id: "q3-id" }] } ]

NameTypeReqDescription
form_idstringyesThe form UUID (returned by clipform_create_form, not the short share_id from the URL)
nodesarrayyesOne or more nodes to set logic on

No output schema declared.

No examples provided.

clipform_update_form ~492

Update a form's title, publish status, settings, or tags. Only sends fields that are provided - omitted fields remain unchanged. AI-PROTECTED parameters have restrictions noted in their descriptions.

NameTypeReqDescription
authorstring|nullAI-PROTECTED: Only set when the user explicitly provides an author name. Set null to clear.
background_colorstringBackground color as 6-digit hex (e.g. '#1A1A2E').
brand_namestring|nullAI-PROTECTED: Custom brand name shown in footer. Only set when user explicitly provides.
descriptionstring|nullSEO description (meta description, og:description). Set null to clear.
disable_back_navigationbooleanPrevent respondents from going back. Recommended for quizzes.
font_familystringAI-PROTECTED: Only set when the user explicitly requests a specific font.
form_idstringyesThe form UUID (returned by clipform_create_form, not the short share_id from the URL)
is_livebooleanSetting true publishes/republishes the snapshot respondents see. Forms are live from creation, but edits and media attached AFTER creation are not visible until you re-send true - republishing is the…
logo_urlstring|nullAI-PROTECTED: Only set when the user explicitly provides a logo URL. Set null to clear.
primary_colorstringPrimary/brand color as 6-digit hex (e.g. '#FF5500'). Used for buttons and accents.
show_brandingbooleanShow Clipform branding. Set false to remove (Pro plan).
show_step_counterbooleanShow step counter (e.g. '1/5'). Recommended for quizzes.
tagsarrayReplace all tags on this form. Pass the full desired set (e.g. ['quiz', 'trivia', 'slug:elephants']). Omit to leave tags unchanged.
titlestringNew form title
total_stepsnumber|nullOverride the total step count shown in the step counter. Set null to auto-calculate.

No output schema declared.

No examples provided.

clipform_update_node ~127

Update one or more existing nodes' text, type, config, or options. Pass multiple updates in one call instead of separate tool calls. Requires node IDs (returned by clipform_create_form, clipform_add_node, or clipform_get_form). Does not change node positions in the flow. All type definitions and config schemas are derived from @vid-master/config (node-types).

NameTypeReqDescription
form_idstringyesThe form UUID (returned by clipform_create_form, not the short share_id from the URL)
updatesarrayyesOne or more node updates to apply
NameTypeReqDescription
resultsarrayyesOne result per requested update, in order

No examples provided.

clipform_upload_media_asset ~129

Put one or more media files into your workspace media library (max 10, uploaded sequentially). This is step one of attaching media to a node - follow up with clipform_attach_node_media to place the returned media_asset_id on a node. When a public URL is provided, the media is fetched and stored automatically. For video: ingested via Mux. For image: stored in Supabase. Captions from clipform_generate_tts enable per-word highlighting in the viewer once attached.

NameTypeReqDescription
itemsarrayyesOne or more media items to create as workspace library assets
NameTypeReqDescription
resultsarrayyesOne result per item, in order

No examples provided.

clipform_youtube_transcript ~156

Extract the transcript, title, and channel info from a YouTube video. Returns the full transcript text plus metadata (title, channel, duration). Supports any public YouTube video with captions enabled. Does NOT work for private/age-restricted videos, videos with captions disabled, or non-YouTube URLs.

NameTypeReqDescription
langstringTranscript language code (default: 'en'). Try 'en' first, omit for auto-detect if English unavailable.
max_charsnumberMaximum transcript characters to return (default: 15000). Increase for longer videos where full context matters.
urlstringyesYouTube video URL (any format: watch?v=, youtu.be/, shorts/)

No output schema declared.

No examples provided.