search_space_videos
Search for space-related videos and retrieve MP4 playback URLs, with optional poster images and adjustable result limits.
Instructions
宇宙関連の動画(打ち上げ・ミッション映像・解説など)を検索し、再生用MP4 URLを返す。
content には表示用サマリ+ポスター画像(インライン)を返し、
structuredContent にはJSON(タイトル/再生URL/解像度別URL/字幕など)を返す。
動画自体は巨大なのでbase64埋め込みせず、クライアント/LLMがURLから再生する。
例: 「火星の動画」「ロケット打ち上げ映像」「ハッブルの映像」
Args:
query: 検索語(mars, launch, hubble, artemis など英語が確実)。
limit: 返す動画件数(既定 3、最大 10)。
show_poster: ポスター画像をチャットにインライン表示するか(既定 True)。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| query | Yes | ||
| show_poster | No |