Skip to main content
Glama

Instantly MCP Server

list_leads

Retrieve and filter leads from email campaigns using criteria like campaign ID, list ID, status, and pagination for organized lead management.

Instructions

List leads with filters and pagination

Input Schema

NameRequiredDescriptionDefault
campaign_idNoFilter by campaign ID
limitNoNumber of leads to return (1-100, default: 20)
list_idNoFilter by list ID
starting_afterNoID of the last item from previous page for pagination
statusNoFilter by status

Input Schema (JSON Schema)

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