Skip to main content
Glama

nowcerts_vehicle_insert

Add a new vehicle to an insurance policy by providing vehicle details and linking it to an existing policy using the policy's unique identifier.

Instructions

Insert a new vehicle. Must include policyDatabaseId to link to a policy.

ID FIELD NAMING:

  • Link to policy: "policyDatabaseId" (required - UUID of the policy)

  • Vehicle's ID will be auto-generated as "databaseId"

Input Schema

NameRequiredDescriptionDefault
vehicleYesVehicle data including policyDatabaseId (required)

Input Schema (JSON Schema)

{ "properties": { "vehicle": { "description": "Vehicle data including policyDatabaseId (required)", "required": true, "type": "object" } }, "required": [ "vehicle" ], "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