Solar System Bodies
solar.system.bodiesList over 1,400 solar system bodies including planets, moons, asteroids, comets, and dwarf planets. Filter by body type to retrieve name, gravity, radius, and moon count. Uses OpenData under MIT license.
Instructions
List solar system bodies — planets, moons, asteroids, comets, dwarf planets. Returns name, body type, gravity, radius, and moon count. 1,400+ bodies. Filter by type. Source: Solar System OpenData (MIT license).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body_type | No | Filter by body type: planet, moon, asteroid, comet, dwarf_planet, or all (default: all) |
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. |