get_small_body
Get an asteroid or comet's physical and orbital parameters from JPL SBDB, including diameter, magnitude, albedo, and rotation period. Combine with ephemeris to determine size and location.
Instructions
Look up an asteroid or comet's physical and orbital parameters (JPL SBDB).
Returns diameter, absolute magnitude, albedo, rotation period, and osculating orbital elements, each unit-tagged. Pair with get_ephemeris to answer "how big is it and where is it".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| designation | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| neo | No | ||
| pha | No | ||
| albedo | No | ||
| diameter | No | ||
| fullname | Yes | ||
| perihelion | No | ||
| provenance | Yes | ||
| inclination | No | ||
| orbit_class | No | ||
| eccentricity | No | ||
| orbital_period | No | ||
| rotation_period | No | ||
| semi_major_axis | No | ||
| absolute_magnitude | No |