You're viewing a demo portfolio

Join the waitlist
PRSM

vehicle_recalls

Active

Tool of io.github.blackboxfoundry/livedatalink

declared in 1.0.0

Check for safety recalls on a vehicle by year, make, and model. Returns all NHTSA recall campaigns including affected component, description, safety risk, and recommended remedy. Use this for 'are there recalls on my car?', 'check recalls for 2020 Toyota Camry', 'is this vehicle safe?', 'any open recalls?', or any vehicle recall check. Covers all US vehicles from all manufacturers.

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "required": [
    "year",
    "make",
    "model"
  ],
  "properties": {
    "make": {
      "type": "string",
      "description": "Vehicle make (e.g., 'Toyota', 'Ford')"
    },
    "year": {
      "type": "integer",
      "description": "Model year (e.g., 2020)"
    },
    "model": {
      "type": "string",
      "description": "Vehicle model (e.g., 'Camry', 'F-150')"
    }
  },
  "additionalProperties": false
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

io.github.blackboxfoundry/livedatalink

https://github.com/blackboxfoundry/livedatalink

2/7 registries
View full server →