Skip to main content
Glama

nowcerts_driver_getDrivers

Retrieve driver information from Nowcerts policies using filters for policy, insured, license state, or active status to manage insurance data.

Instructions

Get drivers via Zapier endpoint. Drivers are linked to policies and insureds.

ID FIELD NAMING:

  • Driver'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 policy: Filter by policyIds containing specific policy UUID

  • By insured: Filter by insuredDatabaseId

  • Active drivers: Filter by active eq true

  • Excluded drivers: Filter by excluded eq true

  • By license state: Filter by licenseState

Available fields: id (primary key), firstName, middleName, lastName, dateOfBirth, ssn, excluded, licenseNumber, licenseState, licenseYear, hireDate, terminationDate, policyNumbers (list), insuredDatabaseId, insuredEmail, insuredFirstName, insuredLastName, insuredCommercialName, policyIds (list), active, maritalStatus, gender

Input Schema

NameRequiredDescriptionDefault
filtersNoFilter by policyDatabaseId, databaseId, or other driver fields

Input Schema (JSON Schema)

{ "properties": { "filters": { "description": "Filter by policyDatabaseId, databaseId, or other driver 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