Skip to main content
Glama

Instantly MCP Server

list_emails

Retrieve filtered email lists from campaigns or accounts with pagination controls to manage and analyze email data efficiently.

Instructions

List emails with filters and pagination

Input Schema

NameRequiredDescriptionDefault
account_idNoFilter by account
campaign_idNoFilter by campaign
limitNoNumber of emails to return (1-100, default: 20)
starting_afterNoID of the last item from previous page for pagination

Input Schema (JSON Schema)

{ "properties": { "account_id": { "description": "Filter by account", "type": "string" }, "campaign_id": { "description": "Filter by campaign", "type": "string" }, "limit": { "description": "Number of emails to return (1-100, default: 20)", "type": "number" }, "starting_after": { "description": "ID of the last item from previous page for pagination", "type": "string" } }, "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