Skip to main content
Glama

nowcerts_driver_bulkInsert

Add multiple drivers to insurance policies in bulk by providing driver data with required policyDatabaseId for each entry, streamlining driver management workflows.

Instructions

Bulk insert multiple drivers. Each must include policyDatabaseId.

ID FIELD NAMING:

  • Link to policy: "policyDatabaseId" (required for each driver)

  • Driver IDs will be auto-generated as "databaseId"

Input Schema

NameRequiredDescriptionDefault
driversYesArray of driver data, each with policyDatabaseId

Input Schema (JSON Schema)

{ "properties": { "drivers": { "description": "Array of driver data, each with policyDatabaseId", "items": { "type": "object" }, "required": true, "type": "array" } }, "required": [ "drivers" ], "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