Verba Plugin profile

Summarizing Your Video

Summarizes a YouTube video using its transcript.

youtube_summary Version 1.0.0
When to use

Best-fit scenarios

Summarizes a YouTube video using its transcript.

How to call it

Execution guidance

Use the example call shape below and provide only the fields the plugin expects.

Arguments

Input shape

  • video_url string

    <YouTube URL>

Settings

Required configuration

  • update_transcript_api button

    Manually check and install the latest version of the transcript API.

Example call

Canonical usage JSON

{
  "function": "youtube_summary",
  "arguments": {
    "video_url": "<YouTube URL>"
  }
}