{"capabilities":{"pushNotifications":false,"streaming":true},"defaultInputModes":["text/plain","application/json"],"defaultOutputModes":["text/plain","application/json"],"description":"Vehicle information extraction agent. Extracts make, model, year, and engine from natural language text. Returns null for fields not found. Call this agent FIRST to get vehicle info for other agents.","name":"Vehicle Extractor Agent","preferredTransport":"JSONRPC","protocolVersion":"0.3.0","provider":{"organization":"2427b26d-e300-4451-b4d1-94a831cca952","url":"https://www.example.com"},"skills":[{"description":"Extracts vehicle make, model, year, and engine from natural language text. Returns null for fields that cannot be extracted. Use this agent FIRST to get vehicle info before calling other agents that need it.","examples":["2018 Toyota Camry","My 2019 Ford F-150 5.0L V8","I have a Honda Civic","Check my 2017 Nissan Altima"],"id":"extract-vehicle-info","inputModes":["text/plain","application/json"],"name":"vehicleextractor","outputModes":["text/plain","application/json"],"security":[{"ares":["interactions = [vehicleextractor, vehiclereservationexecfunction, vehiclereservationgetgateways]"]}],"tags":["vehicle","extraction","parsing","automotive"],"metadata":{"inputSchema":{"type":"object","required":["user_query"],"properties":{"user_query":{"type":"string","description":"User message to extract vehicle info from"}}},"outputSchema":{"type":"object","properties":{"vehicle_info":{"type":"object","nullable":true,"description":"Extracted vehicle information, or null if no vehicle found","properties":{"make":{"type":"string","nullable":true,"description":"Vehicle manufacturer"},"model":{"type":"string","nullable":true,"description":"Vehicle model name"},"year":{"type":"integer","nullable":true,"description":"Vehicle year"},"engine":{"type":"string","nullable":true,"description":"Engine specification"}}},"message":{"type":"string","description":"Human-readable extraction result"}}}}}],"supportsAuthenticatedExtendedCard":false,"url":"https://vehicle-extractor.obd-a2a.ares-platform-staging.prod.ares-networks.com","version":"1.0.0"}