Search Satellites
search_satellitesSearch for satellites by name or keyword. Returns matching satellites with their NORAD IDs and TLE data.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of results to return. Defaults to 10. | |
| query | Yes | Name or keyword to search for (e.g. "ISS", "Starlink", "GPS"). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Search query that was executed | |
| total | Yes | Total number of matching satellites found | |
| satellites | Yes | Array of matching satellite records |