MCP tool

Analyze an uploaded video

Start analysis after the client has completed the presigned upload.

LivePro

Tool contract

PropertyValue
Tool nameanalyze_uploaded_video
OAuth scopeanalyses:write
Rate limit5 requests/minute
PlanPro

Inputs

FieldTypeDescription
analysisIdUUID, requiredIdentifier returned by create_video_upload.
confirmTokenstringRequired only when intentionally reanalyzing a duplicate.
platformplatform enumOptional platform override.

Output

  • Queued analysis status
  • Existing duplicate details
  • Signed confirmation token for an intentional rerun

Example arguments

json
{"analysisId":"00000000-0000-4000-8000-000000000000"}

Important details

  • The first duplicate attempt never bypasses the credit guard. A second request must return the signed confirmation token.

Related documentation