get_exoplanet_data
Query NASA's Exoplanet Archive to retrieve data on confirmed planets, Kepler objects, and threshold crossing events using customizable filters and output formats.
Instructions
Get data from NASA's Exoplanet Archive.
Args: query: Specific query to filter results using Exoplanet Archive syntax. Example: "pl_orbper > 300 and pl_rade < 2" table: Table to query. Common options: exoplanets (confirmed planets), cumulative (Kepler Objects of Interest), koi (subset of cumulative), tce (Threshold Crossing Events). format: Output format. Options: json, csv, xml, ipac. Default: json.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | No | ||
| table | No | exoplanets | |
| format | No | json |