Skip to main content
Glama

trykittai-mcp-server

verify_email_send

Verify an email address using trykitt, with optional custom data association for added context. Ensures email validation within the trykittai-mcp-server environment.

Instructions

verify an email using trykitt. Args: email: The email address to verify custom_data: Optional custom data to associate with the request

Input Schema

NameRequiredDescriptionDefault
custom_dataNo
emailYes

Input Schema (JSON Schema)

{ "properties": { "custom_data": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Custom Data" }, "email": { "title": "Email", "type": "string" } }, "required": [ "email" ], "title": "verify_email_sendArguments", "type": "object" }
Install Server

Other Tools from trykittai-mcp-server

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/avivshafir/trykittai-mcp-server'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server