MCP tool

Compare two versions of a video

Compare the analysis of a video before an edit with the analysis after it, to see what measurably changed.

LivePro

Tool contract

PropertyValue
Tool namecompare_versions
OAuth scopeanalyses:read
Rate limit10 requests/minute
PlanPro

Inputs

FieldTypeDescription
beforeAnalysisIdUUID, requiredThe analysis of the version before the edit.
afterAnalysisIdUUID, requiredThe analysis of the version after the edit.

Output

  • The change in each score
  • The change in the virality assessment
  • A written summary of what improved and what did not

Example arguments

json
{"beforeAnalysisId":"00000000-0000-4000-8000-000000000000","afterAnalysisId":"00000000-0000-4000-8000-000000000001"}

Important details

  • Both versions must already be analyzed. This does not run a new analysis and uses none of your monthly analyses.
  • The two identifiers must be different. Passing the same one twice is refused.

Related documentation