get_satellite_tle
Retrieve Two-Line Element (TLE) data for a satellite using its NORAD ID. This tool enables precise satellite tracking and orbital predictions by accessing up-to-date TLE information from the N2YO Satellite Tracker MCP Server.
Instructions
Get Two-Line Element (TLE) data for a satellite by NORAD ID
Input Schema
Name | Required | Description | Default |
---|---|---|---|
noradId | Yes | NORAD catalog number |
Input Schema (JSON Schema)
{
"properties": {
"noradId": {
"description": "NORAD catalog number",
"type": "string"
}
},
"required": [
"noradId"
],
"type": "object"
}