get_spacetrack_gp
Query satellite orbital elements (GP records) from SpaceTrack using NORAD ID, name, or epoch range. Returns a specified number of records.
Instructions
Query GP (General Perturbations) records from SpaceTrack.
At least one filter parameter must be provided. Requires SPACETRACK_USER and SPACETRACK_PASS environment variables.
Args: norad_cat_id: NORAD catalog number (e.g. 25544 for ISS). name: Satellite name substring search (case-insensitive). epoch_range: ISO datetime range string "start--end" to filter by EPOCH (e.g. "2024-01-01--2024-01-31"). limit: Maximum number of records to return.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | ||
| limit | No | ||
| epoch_range | No | ||
| norad_cat_id | No |