| [ | |
| { | |
| "name": "get_exoplanet_data", | |
| "description": "Get data from NASA's Exoplanet Archive.", | |
| "inputSchema": { | |
| "type": "object", | |
| "properties": { | |
| "query": { | |
| "type": "string", | |
| "discription":"Specific query to filter results using Exoplanet Archive syntax. Example: \"pl_orbper > 300 and pl_rade < 2\"" | |
| }, | |
| "table": { | |
| "type": "string", | |
| "discription":"Table to query. Common options: exoplanets (confirmed planets), cumulative (Kepler Objects of Interest), koi (subset of cumulative), tce (Threshold Crossing Events)." | |
| }, | |
| "format": { | |
| "type": "string", | |
| "discription":"Output format. Options: json, csv, xml, ipac. Default: json." | |
| } | |
| }, | |
| "required": [] | |
| } | |
| } | |
| ] |