get_spacetrack_satcat
Query satellite catalog records from SpaceTrack by NORAD ID, name, country, or object type. Returns filtered results with a configurable limit.
Instructions
Query satellite catalog (SATCAT) 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. name: Satellite name substring search (case-insensitive). country: Country code filter (e.g. "US", "CIS"). object_type: Object type filter (e.g. "PAYLOAD", "ROCKET BODY", "DEBRIS"). limit: Maximum number of records to return.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | ||
| limit | No | ||
| country | No | ||
| object_type | No | ||
| norad_cat_id | No |