search_space_audio
Find and retrieve space-related audio URLs for sound effects or podcasts. Specify a query and optional kind to filter short effects or long-form talks, returning playable audio links.
Instructions
宇宙関連の音声を検索し、再生可能な音声URLを返す。
content には表示用サマリ、structuredContent にはJSON(タイトル/再生URL/種別/尺など)を返す。
「宇宙の音・惑星の音・打ち上げの効果音」のような短い音声を探すなら kind="sound_effect"、
「ポッドキャスト・解説・飛行士インタビュー」のような長い音声なら kind="podcast" を指定。
既定 kind="auto" は両方を探す。
例:
- 「スプートニクの音を聞きたい」→ query="sputnik", kind="sound_effect"
- 「アポロのポッドキャスト」→ query="apollo", kind="podcast"
- 「火星の音」→ query="mars", kind="auto"
Args:
query: 検索語(juno, saturn, sputnik, launch, apollo など)。
limit: 返す件数(既定 3、最大 10)。
kind: "auto"(両方) / "podcast"(NASA Image Library の長尺トーク・解説) /
"sound_effect"(短い宇宙の音・効果音)。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | No | auto | |
| limit | No | ||
| query | Yes |