Solar System Body Details
solar.system.body_detailsRetrieve detailed physical and orbital data for any solar system body by its ID — mass, radius, density, gravity, temperature, orbital period, discoverer, and moon list.
Instructions
Get comprehensive data for a solar system body — mass, radius, density, gravity, escape velocity, temperature, axial tilt, orbital period, semi-major axis, eccentricity, inclination, discoverer, and list of moons. Source: Solar System OpenData.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Body ID from search results (e.g. "mars", "jupiter", "moon", "europa", "ceres") |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | No | Tool response payload. Shape varies per tool — consult the tool description and inputSchema. May be an object, array, string, or number depending on the upstream provider response. | |
| error | No | Present only when the call failed. Includes error code, message, request_id, and any provider-specific extras. |