Skip to main content
Glama

fenris_prefillHousehold

Prefill household data for insurance quotes by retrieving comprehensive information including household members, vehicles, property details, and prior insurance using basic customer details.

Instructions

Prefill household data using the Fenris Auto Insurance Prefill API.

This API provides comprehensive household information including:

  • Household members (names, ages, relationships)

  • Vehicles owned (VIN, year, make, model)

  • Property details (year built, square footage, construction type)

  • Prior insurance information

Use this BEFORE creating insureds/policies to save data entry time and improve accuracy.

Common use cases:

  • New quote - auto-populate customer data

  • Annual review - verify household composition

  • Renewal - check for household changes

Returns structured data that can be directly used with NowCerts insert endpoints.

Input Schema

NameRequiredDescriptionDefault
addressYesStreet address (required)
cityYesCity (required)
dateOfBirthNoDate of birth in MM/DD/YYYY format (optional but recommended)
firstNameYesPrimary insured first name (required)
lastNameYesPrimary insured last name (required)
middleNameNoPrimary insured middle name (optional)
stateYesState abbreviation (e.g., 'DE', 'TN') (required)
zipYes5-digit ZIP code (required)

Input Schema (JSON Schema)

{ "properties": { "address": { "description": "Street address (required)", "type": "string" }, "city": { "description": "City (required)", "type": "string" }, "dateOfBirth": { "description": "Date of birth in MM/DD/YYYY format (optional but recommended)", "type": "string" }, "firstName": { "description": "Primary insured first name (required)", "type": "string" }, "lastName": { "description": "Primary insured last name (required)", "type": "string" }, "middleName": { "description": "Primary insured middle name (optional)", "type": "string" }, "state": { "description": "State abbreviation (e.g., 'DE', 'TN') (required)", "type": "string" }, "zip": { "description": "5-digit ZIP code (required)", "type": "string" } }, "required": [ "firstName", "lastName", "address", "city", "state", "zip" ], "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