youtube_search
Search YouTube videos by keyword, with options to limit results and sort by relevance or date. Returns video details including title, channel, views, and upload date.
Instructions
搜尋 YouTube 影片。支援按關鍵字搜尋,可指定結果數量限制(1-100,預設 1)和排序方式(relevance 或 date,預設 relevance)。返回包含視頻 ID、標題、頻道、URL、觀看次數和上傳日期的完整結果。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | 最大返回結果數(可選,1-100,預設 1) | |
| keyword | Yes | 搜尋關鍵詞(必填,1-200 字元) | |
| sort_by | No | 排序方式(可選,'relevance' 或 'date',預設 'relevance') | relevance |