The date of the APOD image to retrieve (YYYY-MM-DD). Defaults to today.
start_date
string
No
—
The start of a date range for retrieving multiple APODs (YYYY-MM-DD).
end_date
string
No
—
The end of a date range (YYYY-MM-DD). Used with start_date.
count
integer
No
—
Return this many randomly chosen APODs. Cannot be used with date or date range.
thumbs
boolean
No
—
Return thumbnail URL for video APODs.
Show inputSchema
{ "type": "object", "properties": { "PCID": { "type": "string", "description": "Pink Connect ID for the authenticated connection" }, "date": { "type": "string", "description": "The date of the APOD image to retrieve (YYYY-MM-DD). Defaults to today." }, "start_date": { "type": "string", "description": "The start of a date range for retrieving multiple APODs (YYYY-MM-DD)." }, "end_date": { "type": "string", "description": "The end of a date range (YYYY-MM-DD). Used with start_date." }, "count": { "type": "integer", "description": "Return this many randomly chosen APODs. Cannot be used with date or date range." }, "thumbs": { "type": "boolean", "description": "Return thumbnail URL for video APODs." } }, "required": [ "PCID" ]}
Starting date for asteroid search (YYYY-MM-DD). Defaults to today.
end_date
string
No
—
Ending date for asteroid search (YYYY-MM-DD). Max 7 days after start_date.
Show inputSchema
{ "type": "object", "properties": { "PCID": { "type": "string", "description": "Pink Connect ID for the authenticated connection" }, "start_date": { "type": "string", "description": "Starting date for asteroid search (YYYY-MM-DD). Defaults to today." }, "end_date": { "type": "string", "description": "Ending date for asteroid search (YYYY-MM-DD). Max 7 days after start_date." } }, "required": [ "PCID" ]}
{ "type": "object", "properties": { "PCID": { "type": "string", "description": "Pink Connect ID for the authenticated connection" }, "asteroid_id": { "type": "string", "description": "The NASA SPK-ID of the asteroid to look up." } }, "required": [ "PCID", "asteroid_id" ]}