get_gcat_satcat
Retrieve orbital object records from Jonathan McDowell's General Catalog by JCAT, SATCAT number, or name search.
Instructions
Look up GCAT SATCAT records by identifier.
Provide exactly one of jcat, satcat_num, or name to query by. The GCAT SATCAT contains ~60k records of orbital objects from Jonathan McDowell's General Catalog.
Use list_gcat_options() to see field descriptions and enumeration code meanings (status, object_type, op_orbit, etc.).
Args: jcat: JCAT identifier (e.g. "S00001"). satcat_num: SATCAT/NORAD catalog number as string (e.g. "00001"). name: Name substring search (case-insensitive). limit: Maximum number of records to return (default 100).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| jcat | No | ||
| name | No | ||
| limit | No | ||
| satcat_num | No |