# Instantly — MCP server on mcp.ai > Connect your Instantly account and use 117 tools for drip emails straight from your AI agent. Connect with your own API key. Instantly is a platform designed to streamline cold email outreach by automating campaigns, managing leads, and enhancing email deliverability. By: mcp.ai · official Page: https://mcp.ai/instantly ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_instantly?ms=1787291520000 Add it as a custom/remote MCP connector, then authenticate when prompted. ## REST API (no MCP client required) Every tool is also a REST endpoint, authed with a workspace API key. Discover: GET https://api.mcp.ai/api/instantly/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/instantly/ Authorization: Bearer sk_live_… # create one at https://mcp.ai/settings/api-keys Content-Type: application/json Body: { …args } → { "ok": true, "tool": "", "result": { … } } ## Developer docs How to use (MCP or REST), markdown: https://mcp.ai/instantly/skill.md Postman collection (v2.1): https://mcp.ai/instantly/postman.json ## Tools - instantly_accounts_ctd_status_get(host: string) — Tool to check Custom Tracking Domain (CTD) status for email accounts. Use to verify SSL configuration and CNAME records for a specified domain/host. - instantly_activate_campaign(id: string) — Tool to activate or resume a paused campaign. Use when you need to start sending operations for a specific campaign. Prerequisites: Campaign must have at least one sender account, one lead, email sequ - instantly_add_leads_bulk(leads: object[], verify?: boolean, list_id?: string, campaign_id?: string, blocklist_id?: string, skip_if_in_list?: boolean, verify_leadfinder?: boolean, skip_if_in_campaign?: boolean, skip_if_in_workspace?: boolean) — Tool to add multiple leads in bulk to a campaign or list. Use when you need to import several leads at once to an Instantly campaign or list. Supports duplicate handling options and lead verification. - instantly_api_keys_get(limit?: integer, starting_after?: string) — Tool to retrieve paginated list of API keys for organization. Use when you need to list all API keys with their names, scopes, and timestamps. - instantly_bulk_assign_leads(lead_ids: string[], organization_user_ids: string[]) — Tool to bulk assign leads to organization users. Use when you need to assign multiple leads to specific organization members. - instantly_campaigns_analytics_overview_get(id?: string, ids?: string[], end_date?: string, start_date?: string, campaign_status?: integer, expand_crm_events?: boolean) — Tool to get analytics overview for one or multiple campaigns. Use when you need comprehensive performance metrics including leads, emails, replies, opens, clicks, and CRM events. - instantly_campaigns_from_export_post(id: string, name: string, status: integer, campaign_id: string, organization: string, campaign_schedule: object, timestamp_created: string, timestamp_updated: string) — Tool to import a campaign from exported data. Use when you need to recreate a campaign from previously exported configuration. - instantly_check_dfy_email_account_order_domains(domains: string[]) — Tool to check domain availability for DFY email account orders. Use when you need to validate domains before creating DFY email account orders. - instantly_check_email_verification_status(email: string) — Tool to check status of an email verification job. Use after submitting a verification request to retrieve the current status of a specific email address. - instantly_count_launched_campaigns() — Tool to retrieve the count of launched campaigns. Use when you need to know the total number of campaigns that have been launched in the workspace. - instantly_count_leads_from_supersearch(limit?: integer, search_filters: object, skip_already_owned?: boolean) — Tool to count leads matching supersearch filter criteria. Use when you need to preview how many leads match your search criteria before creating an enrichment job. - instantly_count_unread_emails() — Tool to retrieve the count of unread emails. Use when you need to know how many unread messages are in your inbox before sending new emails. - instantly_create_ai_enrichment(limit?: integer, prompt?: string, status?: integer, overwrite?: boolean, show_state?: boolean, auto_update?: boolean, resource_id: string, template_id?: integer, input_columns?: string[], model_version: string, output_column: string, resource_type: integer, use_instantly_account?: boolean, skip_leads_without_email?: boolean) — Tool to create an AI enrichment job for a campaign or lead list. Use when you need to enrich a resource with AI-driven insights. - instantly_create_api_key(name: string, scopes: string[]) — Creates a new API key with specified permissions for the Instantly API. Use this tool to generate credentials for programmatic access. Each API key can be scoped with granular permissions (e.g., 'camp - instantly_create_block_list_entry(bl_value: string) — Tool to create a new block list entry for a specific email or domain. Use when you need to prevent campaigns from sending emails to a specific address or domain. - instantly_create_campaign(name: string, cc_list?: string[], bcc_list?: string[], owned_by?: string, pl_value?: number, email_gap?: number, sequences?: object[], text_only?: boolean, email_list?: string[], daily_limit?: integer, is_evergreen?: boolean, link_tracking?: boolean, open_tracking?: boolean, stop_on_reply?: boolean, email_tag_list?: string[], match_lead_esp?: boolean, daily_max_leads?: integer, random_wait_max?: number, stop_for_company?: boolean, campaign_schedule: object, stop_on_auto_reply?: boolean, auto_variant_select?: object, allow_risky_contacts?: boolean, prioritize_new_leads?: boolean, first_email_text_only?: boolean, disable_bounce_protect?: boolean, provider_routing_rules?: object[], insert_unsubscribe_header?: boolean) — Tool to create a new campaign. Use when you have campaign details ready and want to launch. - instantly_create_custom_tag(label: string, description?: string) — Tool to create a new custom tag for organizing accounts and campaigns. Use when you need to create a new tag for categorization purposes. - instantly_create_inbox_placement_test(name: string, tags?: string[], type: integer, emails: string[], status?: integer, schedule?: object, test_code?: string, text_only?: boolean, email_body: string, automations?: object[], campaign_id?: string, description?: string, delivery_mode?: integer, email_subject: string, sending_method: integer, run_immediately?: boolean, recipients_labels?: object[], not_sending_status?: string, timestamp_next_run?: string) — Tool to create an inbox placement test. Use when you need to measure deliverability across providers with your prepared email and recipient list. - instantly_create_lead(email?: string, phone?: string, website?: string, campaign?: string, last_name?: string, first_name?: string, company_name?: string, personalization?: string, custom_variables?: object, lt_interest_status?: integer) — Tool to create a new lead. Use when you need to add an individual lead to a campaign. - instantly_create_lead_list(name: string, owned_by?: string, has_enrichment_task?: boolean) — Tool to create a new lead list. Use when you need to organize leads into a dedicated list before importing them into campaigns. - instantly_create_subsequence(name: string, sequences: object[], conditions: object, parent_campaign: string, subsequence_schedule: object) — Creates an automated follow-up subsequence for a campaign. Subsequences are triggered when leads meet specific conditions (CRM status changes, activities, or reply keywords). Use this tool when you ne - instantly_create_supersearch_enrichment(type: string, limit?: integer, lead_ids?: string[], auto_update?: boolean, resource_id: string, input_columns?: string[], model_version?: string, enrichment_payload?: object, overwrite_existing?: boolean, use_instantly_credits?: boolean, skip_leads_without_email?: boolean) — Tool to create a supersearch enrichment job for a list or campaign. Use when you need to enrich leads with data such as email verification, work email, profile information, job listings, technologies, - instantly_create_webhook(campaign?: string, event_type?: string, target_hook_url: string, custom_interest_value?: integer) — Tool to create a new webhook endpoint. Use when you need to receive Instantly event notifications via HTTP callbacks. - instantly_delete_api_key(id: string) — Tool to delete an API key. Use when you need to remove a specific API key by its ID after confirming its existence. - instantly_delete_block_list_entry(id: string) — Tool to delete a blocked email or domain entry by its ID. Use when you need to remove a specific block list entry. - instantly_delete_campaign(id: string) — Tool to delete a campaign. Use when you need to remove a specific campaign by ID. - instantly_delete_custom_tag(id: string) — Tool to delete a custom tag by its ID. Use when you need to remove a specific custom tag used for organizing and categorizing accounts and campaigns. - instantly_delete_lead(id: string) — Tool to delete a lead by its ID. Use when you need to remove a specific lead after confirming its existence. - instantly_delete_lead_label(id: string, reassigned_status?: integer) — Tool to delete a lead label by ID. Use when you need to remove a custom label for categorizing and managing leads. - instantly_delete_lead_list(id: string) — Tool to delete a lead list by ID. Use when you need to remove a specific lead list after confirming its existence. - instantly_delete_subsequence(id: string) — Delete a subsequence from a campaign by its UUID. A subsequence is an automated follow-up sequence triggered by specific conditions (e.g., CRM status changes, lead activity, or reply content). Use thi - instantly_delete_webhook(id: string) — Tool to delete a webhook. Use when you need to remove a specific webhook by its UUID. - instantly_delete_whitelabel_domain() — Tool to delete the whitelabel domain from current workspace. Use when you need to remove the whitelabel domain configuration from a workspace. - instantly_dfy_email_account_orders_domains_pre_warmed_up(search?: string, domain_extensions?: string[]) — Tool to retrieve a list of pre-warmed up domains ready for DFY email account orders. Use when you need to check available domains that come pre-configured with SPF, DKIM, DMARC, and warmup already com - instantly_disable_account_warmup(emails?: string[], excluded_emails?: string[], include_all_emails?: boolean) — Tool to disable the warm-up process for email accounts. Use when you need to stop warmup for specific or all accounts before sending critical campaigns. - instantly_duplicate_campaign(id: string) — Tool to duplicate an existing campaign. Use when you need to create a copy of a campaign with the same configuration. - instantly_duplicate_subsequence(id: string, name: string, parent_campaign: string) — Tool to duplicate an existing subsequence to a specified parent campaign. Use when you need to create a copy of a subsequence with the same trigger conditions. - instantly_enable_account_warmup(emails?: string[], excluded_emails?: string[], include_all_emails?: boolean) — Tool to enable the warm-up process for email accounts. Use when you want to start warming up one or more accounts to improve deliverability. - instantly_export_campaign(id: string) — Tool to export campaign data to JSON format. Use when you need to retrieve complete campaign configuration for backup or migration. - instantly_get_account_campaign_mappings(email: string, limit?: integer, starting_after?: string) — Tool to retrieve campaigns associated with an email account. Use when you need to find which campaigns are mapped to a specific email address. - instantly_get_accounts_analytics_daily(emails?: string[], end_date?: string, start_date?: string) — Tool to retrieve daily account analytics showing emails sent per day for each account. Use when you need per-day performance metrics for email accounts. - instantly_get_accounts_warmup_analytics(emails: string[]) — Tool to retrieve warmup analytics for specified email accounts. Use when you need daily and aggregate warmup statistics including health scores. - instantly_get_audit_logs(limit?: integer, starting_after?: string) — Tool to retrieve audit log records for tracking system activities. Use when you need to review account activity history or monitor changes. - instantly_get_block_list_entry(id: string) — Tool to retrieve a specific blocked email or domain entry by its ID. Use when you have a block list entry UUID and need to check block details. - instantly_get_campaign(id: string) — Tool to retrieve campaign details. Use when you need full campaign configuration for a given campaign ID. - instantly_get_campaign_analytics(id?: string, ids?: string[], end_date?: string, start_date?: string, exclude_total_leads_count?: boolean) — Tool to retrieve analytics for campaigns. Use when you need performance metrics for one or multiple campaigns. - instantly_get_campaign_sending_status(id: string, with_ai_summary?: boolean) — Tool to retrieve campaign sending status diagnostics explaining why a campaign may not be sending emails or is sending slower than expected. Use when troubleshooting campaign delivery issues or unders - instantly_get_campaign_steps_analytics(end_date: string, start_date: string, campaign_id?: string, include_opportunities_count?: boolean) — Tool to retrieve analytics data broken down by campaign steps and variants. Use when you need detailed performance metrics for each step in a campaign sequence. - instantly_get_current_workspace() — Tool to retrieve current workspace details based on API key. Use when you need workspace information like plan details, owner, or organization settings. - instantly_get_custom_tag(id: string) — Tool to retrieve a specific custom tag by ID. Use when you need details about a custom tag used for organizing accounts and campaigns. - instantly_get_custom_tag_mappings(limit?: integer, tag_ids?: string, resource_ids?: string, starting_after?: string) — Tool to retrieve custom tag mappings that connect tags to resources like campaigns and email accounts. Use when you need to see which tags are assigned to which resources. - instantly_get_daily_campaign_analytics(end_date?: string, start_date?: string, campaign_id?: string, campaign_status?: integer) — Tool to retrieve daily analytics for a campaign. Use when you need per-day performance metrics for campaigns. - instantly_get_dfy_email_account_order_accounts(limit?: integer, starting_after?: string, with_passwords?: boolean) — Tool to retrieve DFY (Done-For-You) email account order accounts. Use when you need to fetch accounts from DFY email account orders with optional pagination and password inclusion. - instantly_get_email_service_provider_options() — Tool to retrieve email service provider options for inbox placement tests. Use when you need valid recipients_labels options. - instantly_get_inbox_placement_analytics_stats_by_date(test_id: string) — Tool to retrieve time-series statistics for inbox placement test results by date. Use when you need daily analytics showing how emails were distributed across inbox, spam, and category folders. - instantly_get_inbox_placement_test(id: string, with_metadata?: boolean) — Tool to retrieve inbox placement test results. Use when you need details for a specific inbox placement test by ID. - instantly_get_lead(id: string) — Tool to retrieve details of a specific lead by its ID. Use when you have the lead UUID and need full lead metadata. - instantly_get_lead_label(id: string) — Tool to retrieve a specific lead label by ID. Use when you need details about a custom label for categorizing and managing leads. - instantly_get_lead_labels(id: string) — DEPRECATED: Use INSTANTLY_GET_LEAD_LABEL instead. Tool to retrieve a specific lead label by ID. Use when you need details about a custom label for categorizing and managing leads. - instantly_get_lead_list(id: string) — Tool to retrieve details of a specific lead list by its ID. Use when you have the lead list UUID and need list metadata. - instantly_get_phone_numbers() — Tool to retrieve all phone numbers associated with your organization. Use when you need to list phone numbers configured for CRM actions. - instantly_get_similar_dfy_email_account_order_domains(domain: string, extensions?: string[]) — Tool to generate similar available domain suggestions for DFY email account orders. Use when you need to find available domain alternatives based on a provided domain. Returns maximum of 66 suggestion - instantly_get_subsequence(id: string) — Tool to retrieve a specific subsequence by its ID. Use when you need full details of a follow-up sequence entity. - instantly_get_supersearch_enrichment(resource_id: string) — Tool to retrieve supersearch enrichment configuration and status for a list or campaign. Use this to check enrichment settings, progress status, and configuration details for a specific list or campai - instantly_get_verification_stats_for_lead_list(id: string) — Tool to retrieve verification statistics for a lead list. Use when you need summary counts by verification status for a specific lead list. - instantly_get_webhook(id: string) — Tool to retrieve details of a specific webhook subscription. Use when you have the webhook ID and need full webhook configuration. - instantly_get_webhook_event(id: string) — Tool to retrieve details of a specific webhook event. Use when you need to inspect a particular webhook event by its ID. - instantly_get_webhook_event_types() — Tool to retrieve all available webhook event types. Use when you need to see valid event types for webhook subscriptions. - instantly_get_webhook_events_summary(to_date: string, from_date: string) — Tool to retrieve webhook events summary with success and failure statistics. Use when you need aggregated webhook delivery metrics for a date range. - instantly_get_webhook_events_summary_by_date(to_date: string, from_date: string) — Tool to retrieve webhook event summaries grouped by date. Use when you need aggregated webhook event statistics over a date range. - instantly_get_workspace_billing_plan_details() — Tool to retrieve workspace billing plan details. Use when you need to view billing plan information for various services like lead finder, verification, CRM, website visitor tracking, and inbox placem - instantly_inbox_placement_analytics_deliverability_insights(date_to?: string, test_id: string, date_from?: string, recipient_esp?: integer[], recipient_geo?: integer[], show_previous?: boolean, recipient_type?: integer[], previous_date_to?: string, previous_date_from?: string) — Tool to retrieve deliverability insights for inbox placement tests. Use when you need detailed percentage breakdowns of emails landing in spam, inbox, and category folders with optional date range fil - instantly_inbox_placement_analytics_stats_by_test_id(date_to?: string, test_ids: string[], date_from?: string, sender_email?: string, recipient_esp?: integer[], recipient_geo?: integer[], recipient_type?: integer[]) — Tool to retrieve aggregated inbox placement analytics statistics for specified test IDs. Use when you need consolidated inbox, spam, and category counts across multiple tests with optional filtering b - instantly_lead_labels_post(label: string, description?: string, use_with_ai?: boolean, interest_status_label: string) — Tool to create a custom lead label for categorizing leads. Use when you need to create a new label to organize and manage leads with specific interest status categories. - instantly_list_accounts(limit?: integer, search?: string, status?: integer, tag_ids?: string, provider_code?: integer, starting_after?: string) — Tool to list all email accounts for the authenticated user. Use after obtaining auth credentials to retrieve available accounts. - instantly_list_api_keys(limit?: integer, starting_after?: string) — DEPRECATED: Use INSTANTLY_INSTANTLY_API_KEYS_GET instead. Tool to list all API keys. Use when you need to retrieve your API keys with optional pagination after authentication. - instantly_list_block_list_entries(limit?: integer, search?: string, domains_only?: boolean, starting_after?: string) — Tool to list blocked emails or domains from blocklist. Use when you need to retrieve multiple block list entries with optional filtering by domains only or search terms. Supports pagination. - instantly_list_campaigns(limit?: integer, search?: string, tag_ids?: string, starting_after?: string) — Tool to list all campaigns. Use when you need to fetch your campaigns list with optional filters and pagination. - instantly_list_custom_tags(limit?: integer, search?: string, tag_ids?: string, resource_ids?: string, starting_after?: string) — Tool to list custom tags. Use when you need to retrieve custom tags with optional pagination and filtering. - instantly_list_dfy_email_account_orders(limit?: integer, starting_after?: string) — Tool to list DFY email account orders. Use when you need to fetch your DFY email account orders with pagination. - instantly_list_emails(lead?: string, mode?: string, limit?: integer, search?: string, eaccount?: string, i_status?: integer, is_unread?: boolean, email_type?: string, sort_order?: string, assigned_to?: string, campaign_id?: string, has_reminder?: boolean, preview_only?: boolean, company_domain?: string, marked_as_done?: boolean, scheduled_only?: boolean, starting_after?: string) — Tool to list emails. Use when you need to retrieve emails with optional filters and pagination. - instantly_list_inbox_placement_blacklist_spam_assassin(limit?: integer, date_to?: string, test_id: string, date_from?: string, starting_after?: string, skip_blacklist_report?: boolean, skip_spam_assassin_report?: boolean) — Tool to list inbox placement blacklist & SpamAssassin reports. Use when you need to retrieve spam and blacklist analytics after running an inbox placement test. - instantly_list_inbox_placement_tests(limit?: integer, search?: string, status?: integer, sort_order?: string, starting_after?: string) — Tool to list inbox placement tests. Use when you need a paginated overview of tests with optional filtering and sort order. - instantly_list_lead_lists(limit?: integer, search?: string, starting_after?: string, has_enrichment_task?: boolean) — Tool to list all lead lists. Use when you need to fetch the lead lists with optional filters and pagination. - instantly_list_leads(ids?: string[], limit?: integer, filter?: string, search?: string, in_list?: boolean, list_id?: string, queries?: object[], campaign?: string, contacts?: string[], in_campaign?: boolean, excluded_ids?: string[], starting_after?: string) — Tool to list leads. Use when you need to retrieve leads with optional filters like search, status filters, and pagination. - instantly_list_webhook_events(limit?: integer, search?: string, success?: boolean, to_date?: string, from_date?: string, starting_after?: string) — Tool to list webhook events. Use when you need to view received webhook events with optional pagination and filters. - instantly_list_webhooks(limit?: integer, campaign?: string, event_type?: string, starting_after?: string) — Tool to list configured webhooks. Use when you need to retrieve your webhook configurations with optional filters and pagination. - instantly_mark_thread_as_read(thread_id: string) — Tool to mark all emails in a specific thread as read. Use when you want to update the read status of an email thread after processing. - instantly_merge_leads(lead_id: string, destination_lead_id: string) — Tool to merge multiple leads into a single lead. Use after confirming both source and destination lead IDs exist. - instantly_move_leads(ids: string[], campaign: string, to_campaign_id: string) — Tool to move leads from one campaign to another. Use when you need to transfer specific leads between campaigns. - instantly_patch_lead_label(id: string, label?: string, description?: string, use_with_ai?: boolean, interest_status_label?: string) — Tool to update an existing lead label by ID. Use when you need to modify a custom label for categorizing and managing leads. - instantly_patch_supersearch_enrichment_settings(overwrite?: boolean, auto_update?: boolean, resource_id: string, is_evergreen?: boolean, skip_rows_without_email?: boolean) — Tool to update auto-update and skip settings for SuperSearch enrichment. Use when you need to configure enrichment behavior for leads in a list or campaign, including automatic enrichment of new leads - instantly_patch_webhook(id: string, name?: string, headers?: object, campaign?: string, event_type?: string, target_hook_url?: string, custom_interest_value?: integer) — Tool to update an existing webhook configuration. Use when you need to modify webhook properties like name, event type, or target URL. - instantly_pause_campaign(id: string) — Tool to pause an active campaign. Use when you need to suspend sending operations for a specific campaign. - instantly_pause_subsequence(id: string) — Tool to pause an active campaign subsequence. Use when you need to temporarily suspend a follow-up sequence. - instantly_remove_lead_from_subsequence(id: string) — Tool to remove a lead from a campaign subsequence. Use when you need to stop a lead from receiving subsequence emails. - instantly_resume_subsequence(id: string) — Tool to resume a paused campaign subsequence. Use when you need to restart a previously paused follow-up sequence. - instantly_search_campaigns_by_lead_email(search: string, sort_order?: string, sort_column?: string) — Tool to search campaigns by a lead's email address. Use when you need to find campaigns containing a specific lead by their email. - instantly_set_whitelabel_domain(domain: string) — Tool to set whitelabel agency domain for current workspace. Use when you need to configure custom branding with your own domain name for the workspace. - instantly_share_campaign(id: string) — Tool to share a campaign. Use when you need to share a campaign template for 7 days. - instantly_supersearch_enrichment_run_post(resource_id: string) — Tool to run all enrichments for resource leads or unenriched leads. Use when you need to trigger enrichment processes for a list or campaign. - instantly_test_accounts_vitals(accounts: string[]) — Tool to test IMAP/SMTP connectivity and account vitals for email accounts. Use when you need to verify email account health and connectivity status. - instantly_test_webhook(id: string) — Tool to send a test payload to verify a webhook is working. Use when you need to verify a webhook configuration. - instantly_toggle_resource(assign: boolean, filter?: object, tag_ids: string[], resource_ids: string[], selected_all?: boolean, resource_type: integer) — Tool to assign or unassign custom tags to resources like accounts and campaigns. Use when you need to manage custom tag associations with resources by either assigning or unassigning tags. - instantly_update_block_list_entry(id: string, bl_value: string) — Tool to update a blocked email or domain entry. Use when you need to modify the bl_value of an existing block list entry. - instantly_update_campaign(id: string, name?: string, cc_list?: string[], bcc_list?: string[], owned_by?: string, pl_value?: number, email_gap?: integer, sequences?: object[], text_only?: boolean, email_list?: string[], daily_limit?: integer, is_evergreen?: boolean, link_tracking?: boolean, open_tracking?: boolean, stop_on_reply?: boolean, email_tag_list?: string[], match_lead_esp?: boolean, daily_max_leads?: integer, random_wait_max?: integer, stop_for_company?: boolean, campaign_schedule?: object, stop_on_auto_reply?: boolean, auto_variant_select?: object, allow_risky_contacts?: boolean, prioritize_new_leads?: boolean, first_email_text_only?: boolean, disable_bounce_protect?: boolean, provider_routing_rules?: object[], insert_unsubscribe_header?: boolean) — Tool to update details of a campaign. Use when you need to modify campaign settings after verifying its ID. - instantly_update_custom_tag(id: string, label?: string, description?: string) — Tool to update an existing custom tag's label or description. Use when you need to modify a custom tag used for organizing accounts and campaigns. - instantly_update_inbox_placement_test(id: string, name?: string, tags?: string[], type?: integer, emails?: string[], status?: integer, schedule?: object, test_code?: string, text_only?: boolean, email_body?: string, automations?: object[], campaign_id?: string, description?: string, delivery_mode?: integer, email_subject?: string, sending_method?: integer, recipients_labels?: object[], not_sending_status?: string, timestamp_next_run?: string) — Tool to update an inbox placement test. Use when you need to modify an existing inbox placement test by its ID. - instantly_update_lead(id: string, phone?: string, website?: string, last_name?: string, first_name?: string, company_name?: string, personalization?: string, lt_interest_status?: integer) — Tool to update a lead's details. Use when you need to modify fields of an existing lead after identifying its ID. - instantly_update_lead_interest_status(list_id?: string, lead_email: string, campaign_id?: string, interest_value: integer, ai_interest_value?: integer, disable_auto_interest?: boolean) — Tool to update a lead's interest status. Use when you need to set or reset a lead’s interest status for follow-up actions. - instantly_update_lead_list(id: string, name?: string, owned_by?: string, has_enrichment_task?: boolean) — Tool to update details of a specific lead list by its ID. Use after verifying the list ID exists. - instantly_update_subsequence(id: string, name?: string, sequences?: object[], crm_statuses?: string[], parent_campaign?: string, subsequence_schedule?: object) — Tool to update a campaign subsequence entity. Use when you need to modify subsequence settings such as name, schedule, or triggered CRM statuses. - instantly_update_workspace_current(name?: string, org_logo_url?: string) — Tool to update the current workspace details. Use when you need to modify workspace settings such as name or logo URL. - instantly_verify_email(email: string, webhook_url?: string) — Tool to initiate email verification. Use when you need to verify an email's deliverability before sending emails. - instantly_workspace_group_members_admin_get() — Tool to retrieve admin workspace details for the current sub workspace. Use when you need to get information about the admin workspace relationship, including workspace IDs and status. - instantly_workspace_members_get(id: string) — Tool to retrieve details of a specific workspace member by ID. Use when you need information about a member of a workspace with associated user details. - instantly_workspace_members_post(role: string, email: string, permissions?: string[]) — Tool to add a new member to workspace with email and role. Use when you need to invite a new team member to the workspace with specific role and permissions. ## Example prompts - "What can I do in Instantly?" - "Show me a summary of my Instantly account" ## Links Docs: https://mcp.ai/docs/mcps/instantly Website: https://mcp.ai/mcps/instantly