get_watch_url
Turn a YouTube video ID into a watch URL, optionally specifying a start time to begin playback at that moment.
Instructions
Returns the YouTube watch URL for a given video ID, optionally starting at a specific time.
Args:
video_id: The YouTube video ID.
start_time: The start time in seconds
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| video_id | Yes | ||
| start_time | No |