Skip to main content
Glama

nowcerts_driver_insert

Add a new driver to an insurance policy by providing driver data and the required policy database ID to establish the connection.

Instructions

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

ID FIELD NAMING:

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

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

Input Schema

NameRequiredDescriptionDefault
driverYesDriver data including policyDatabaseId (required)

Input Schema (JSON Schema)

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