smartlead-mcp-server
Version:
MCP server for Smartlead campaign management integration. Features include creating campaigns, updating campaign settings, and managing campaign sequences.
8 lines (7 loc) • 400 B
TypeScript
import { CategoryTool } from '../types/common.js';
export declare const GET_VENDORS_TOOL: CategoryTool;
export declare const SEARCH_DOMAIN_TOOL: CategoryTool;
export declare const AUTO_GENERATE_MAILBOXES_TOOL: CategoryTool;
export declare const PLACE_ORDER_MAILBOXES_TOOL: CategoryTool;
export declare const GET_DOMAIN_LIST_TOOL: CategoryTool;
export declare const smartSendersTools: CategoryTool[];