create_lead
Create a lead in your account by submitting an email address. Part of the Hunter MCP Server, integrating Hunter API with LLM providers for B2B data management.
Instructions
Create a lead in user's account.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
Yes |
Input Schema (JSON Schema)
{
"properties": {
"email": {
"title": "Email",
"type": "string"
}
},
"required": [
"email"
],
"title": "create_leadArguments",
"type": "object"
}