smartlead-mcp-server
Version:
MCP server for Smartlead campaign management integration. Features include creating campaigns, updating campaign settings, and managing campaign sequences.
10 lines (9 loc) • 488 B
TypeScript
import { CategoryTool } from '../types/common.js';
export declare const LIST_LEADS_TOOL: CategoryTool;
export declare const GET_LEAD_TOOL: CategoryTool;
export declare const ADD_LEAD_TO_CAMPAIGN_TOOL: CategoryTool;
export declare const UPDATE_LEAD_TOOL: CategoryTool;
export declare const UPDATE_LEAD_STATUS_TOOL: CategoryTool;
export declare const BULK_IMPORT_LEADS_TOOL: CategoryTool;
export declare const DELETE_LEAD_TOOL: CategoryTool;
export declare const leadTools: CategoryTool[];