{"capabilities":{"pushNotifications":false,"streaming":true},"defaultInputModes":["text/plain","application/json"],"defaultOutputModes":["text/plain","application/json"],"description":"Recall check agent that queries manufacturer recalls. Checks if any active recalls apply to the vehicle and whether they address the current diagnostic issue.","name":"Recall Check Agent","preferredTransport":"JSONRPC","protocolVersion":"0.3.0","provider":{"organization":"2427b26d-e300-4451-b4d1-94a831cca952","url":"https://www.example.com"},"skills":[{"description":"Checks NHTSA database for active manufacturer recalls. Returns recall campaigns for the vehicle and indicates if any recall addresses the current diagnostic issue.","examples":["Check recalls for 2018 Honda Civic","Are there any recalls for my Toyota Camry?","Does a recall cover the P0420 code on my car?"],"id":"check_recalls","inputModes":["text/plain","application/json"],"name":"Check Manufacturer Recalls","outputModes":["text/plain","application/json"],"security":[{"ares":["interactions = [recallcheck]"]}],"tags":["recalls","safety","automotive","NHTSA","manufacturer"],"metadata":{"inputSchema":{"type":"object","properties":{"vehicle_info":{"type":"object","description":"Vehicle information for recall lookup","properties":{"make":{"type":"string","description":"Vehicle manufacturer"},"model":{"type":"string","description":"Vehicle model"},"year":{"type":"integer","description":"Model year"}},"required":["make","model"]},"obd_code":{"type":"string","description":"Optional OBD code to check if recall addresses this issue"}},"required":["vehicle_info"]},"outputSchema":{"type":"object","properties":{"active_recalls":{"type":"array","description":"List of active recalls","items":{"type":"object","properties":{"campaign_number":{"type":"string"},"description":{"type":"string"},"remedy":{"type":"string"},"risk":{"type":"string"}}}},"recall_match":{"type":"boolean","description":"Whether a recall addresses the current issue"},"recall_details":{"type":"object","description":"Additional recall details"},"dealer_action":{"type":"string","description":"Recommended dealer action"}}}}}],"supportsAuthenticatedExtendedCard":false,"url":"https://recall-check.obd-a2a.ares-platform-staging.prod.ares-networks.com","version":"1.0.0"}