search_satellites
Find satellites by name, operator, country, orbit class, or NORAD ID from the UCS and Space-Track SATCAT catalog. Supports fleet building and satellite lookup.
Instructions
Search the satellite catalog (UCS + Space-Track SATCAT) by name, operator, country, orbit class, status, COSPAR, or NORAD id. Joined to the resolved operator entity. Use for 'what does SpaceX have in LEO?', 'find NORAD 44713', or building an operator's fleet.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Substring match on satellite name | |
| limit | No | Max results (default 50, max 500) | |
| norad | No | NORAD catalog id (integer) | |
| cospar | No | COSPAR / international designator (exact match) | |
| status | No | Orbital status (e.g. active, decayed) | |
| country | No | Operator country code (exact match) | |
| operator | No | Substring match on operator name (e.g. SpaceX); note many rows use a country code (US, CIS, PRC) as the operator | |
| entity_id | No | Filter by resolved operator entity UUID | |
| orbit_class | No | Orbit class (e.g. LEO, MEO, GEO) |