UNPKG

smartlead-mcp-server

Version:

MCP server for Smartlead campaign management integration. Features include creating campaigns, updating campaign settings, and managing campaign sequences.

12 lines (11 loc) 711 B
import { CategoryTool } from '../types/common.js'; export declare const CAMPAIGN_STATISTICS_TOOL: CategoryTool; export declare const CAMPAIGN_STATISTICS_BY_DATE_TOOL: CategoryTool; export declare const WARMUP_STATS_BY_EMAIL_TOOL: CategoryTool; export declare const CAMPAIGN_TOP_LEVEL_ANALYTICS_TOOL: CategoryTool; export declare const CAMPAIGN_TOP_LEVEL_ANALYTICS_BY_DATE_TOOL: CategoryTool; export declare const CAMPAIGN_LEAD_STATISTICS_TOOL: CategoryTool; export declare const CAMPAIGN_MAILBOX_STATISTICS_TOOL: CategoryTool; export declare const DOWNLOAD_CAMPAIGN_DATA_TOOL: CategoryTool; export declare const VIEW_DOWNLOAD_STATISTICS_TOOL: CategoryTool; export declare const statisticsTools: CategoryTool[];