Skip to main content
Glama

nowcerts_vehicle_getVehicles

Retrieve vehicle information from NowCerts insurance policies using filters like VIN, policy ID, insured details, vehicle type, year, make, or model to access comprehensive vehicle data.

Instructions

Get vehicles via Zapier endpoint. Vehicles are linked to policies and insureds.

ID FIELD NAMING:

  • Vehicle's own ID: "id" (primary UUID key)

  • Link to policy: "policyIds" (list of policy UUIDs)

  • Link to insured: "insuredDatabaseId" (insured's UUID)

  • In Zapier endpoints: Use "database_id" and "policy_database_id"

Filter examples:

  • By VIN: Filter by vin field

  • By policy: Filter by policyIds containing specific policy UUID

  • By insured: Filter by insuredDatabaseId

  • By type: Filter by type (e.g., 'Truck', 'Car', 'SUV')

  • By year: Filter by year

  • Active vehicles: Filter by active eq true

  • By make/model: Filter by make or model fields

Available fields: id (primary key), type, year, make, model, vin, description, typeOfUse, typeOfUseAsFlag, value, deductibleComprehensive, deductibleCollision, visible, policyNumbers (list), insuredDatabaseId, insuredEmail, insuredFirstName, insuredLastName, insuredCommercialName, policyIds (list), active, policyLevelCoverages (list), lienHolders (list)

Input Schema

NameRequiredDescriptionDefault
filtersNoFilter by policyDatabaseId, databaseId, VIN, or other vehicle fields

Input Schema (JSON Schema)

{ "properties": { "filters": { "description": "Filter by policyDatabaseId, databaseId, VIN, or other vehicle fields", "type": "object" } }, "type": "object" }

Other Tools from Nowcerts

Related Tools

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/ReduceMyIns/Nowcerts'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server