UNPKG

smartlead-mcp-server

Version:

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

30 lines (29 loc) 1.76 kB
import { CategoryTool } from '../types/common.js'; export declare const GET_REGION_WISE_PROVIDERS_TOOL: CategoryTool; export declare const CREATE_MANUAL_PLACEMENT_TEST_TOOL: CategoryTool; export declare const CREATE_AUTOMATED_PLACEMENT_TEST_TOOL: CategoryTool; export declare const GET_SPAM_TEST_DETAILS_TOOL: CategoryTool; export declare const DELETE_SMART_DELIVERY_TESTS_TOOL: CategoryTool; export declare const STOP_AUTOMATED_TEST_TOOL: CategoryTool; export declare const LIST_ALL_TESTS_TOOL: CategoryTool; export declare const GET_PROVIDER_WISE_REPORT_TOOL: CategoryTool; export declare const GET_GROUP_WISE_REPORT_TOOL: CategoryTool; export declare const GET_SENDER_ACCOUNT_WISE_REPORT_TOOL: CategoryTool; export declare const GET_SPAM_FILTER_DETAILS_TOOL: CategoryTool; export declare const GET_DKIM_DETAILS_TOOL: CategoryTool; export declare const GET_SPF_DETAILS_TOOL: CategoryTool; export declare const GET_RDNS_DETAILS_TOOL: CategoryTool; export declare const GET_SENDER_ACCOUNTS_TOOL: CategoryTool; export declare const GET_BLACKLIST_TOOL: CategoryTool; export declare const GET_EMAIL_CONTENT_TOOL: CategoryTool; export declare const GET_IP_ANALYTICS_TOOL: CategoryTool; export declare const GET_EMAIL_HEADERS_TOOL: CategoryTool; export declare const GET_SCHEDULE_HISTORY_TOOL: CategoryTool; export declare const GET_IP_DETAILS_TOOL: CategoryTool; export declare const GET_MAILBOX_SUMMARY_TOOL: CategoryTool; export declare const GET_MAILBOX_COUNT_TOOL: CategoryTool; export declare const GET_ALL_FOLDERS_TOOL: CategoryTool; export declare const CREATE_FOLDER_TOOL: CategoryTool; export declare const GET_FOLDER_BY_ID_TOOL: CategoryTool; export declare const DELETE_FOLDER_TOOL: CategoryTool; export declare const smartDeliveryTools: CategoryTool[];