{"service":"Radio Astronomy Now","version":"1.0.0","intents":[{"id":"get_object_package","name":"Get Object Data Package","description":"Returns complete astronomical object data package for AI agent consumption","method":"GET","endpoint":"/api/uim/object/:name","parameters":{"name":{"in":"path","type":"string","required":true}},"response_format":"application/json","example":"/api/uim/object/M87"},{"id":"list_targets","name":"List Available Targets","description":"Returns all curated astronomical targets","method":"GET","endpoint":"/api/uim/targets","parameters":{},"response_format":"application/json"},{"id":"get_alerts","name":"Get Transient Alerts","description":"Returns current transient alerts from the radio sky","method":"GET","endpoint":"/api/uim/alerts","parameters":{},"response_format":"application/json"},{"id":"ask_kid_solar","name":"Ask Kid Solar AI","description":"Ask the AI assistant to explain radio astronomy concepts","method":"POST","endpoint":"/api/uim/ask","parameters":{"question":{"in":"body","type":"string","required":true}},"response_format":"application/json"}]}