Skip to main content
Glama

nowcerts_vehicle_bulkInsert

Add multiple vehicles to policies in bulk by providing vehicle data with required policyDatabaseId for each entry. Automatically generates vehicle database IDs during the insertion process.

Instructions

Bulk insert multiple vehicles. Each must include policyDatabaseId.

ID FIELD NAMING:

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

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

Input Schema

NameRequiredDescriptionDefault
vehiclesYesArray of vehicle data, each with policyDatabaseId

Input Schema (JSON Schema)

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