search_space_images
Search NASA's Image and Video Library for space images—planets, satellites, missions—and display them directly in chat.
Instructions
惑星・人工衛星・宇宙ミッションの画像を NASA Image & Video Library から検索し表示する。
LLM向けに structuredContent へJSON(title/date/nasa_id/image_url など)を返し、
content にはチャット表示用のサマリ+インライン画像を返す。
例: 「火星の画像を見せて」「ハッブルの写真」「アポロの画像」
Args:
query: 検索語(mars, jupiter, hubble, apollo など英語が確実)。
limit: 返す画像件数(既定 3、最大 10)。
show_inline: 画像をチャットにインライン表示するか(既定 True)。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| query | Yes | ||
| show_inline | No |