Skip to main content
Glama

Instantly MCP Server

get_warmup_analytics

Analyze email warmup performance for accounts by retrieving metrics on deliverability and engagement over specified date ranges.

Instructions

Get warmup analytics for one or more accounts. API REQUIREMENT: The Instantly API expects an array of email addresses, even for a single account.

Input Schema

NameRequiredDescriptionDefault
emailsYesArray of email addresses to get warmup analytics for (1-100 emails). Use email addresses from list_accounts.
end_dateNoEnd date (YYYY-MM-DD) - optional
start_dateNoStart date (YYYY-MM-DD) - optional

Input Schema (JSON Schema)

{ "properties": { "emails": { "description": "Array of email addresses to get warmup analytics for (1-100 emails). Use email addresses from list_accounts.", "items": { "type": "string" }, "maxItems": 100, "minItems": 1, "type": "array" }, "end_date": { "description": "End date (YYYY-MM-DD) - optional", "type": "string" }, "start_date": { "description": "Start date (YYYY-MM-DD) - optional", "type": "string" } }, "required": [ "emails" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/bcharleson/Instantly-MCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server