Skip to main content
Glama

Smartlead Simplified MCP Server

smartlead_list_campaigns

Retrieve and filter email marketing campaigns by status, with pagination controls to manage campaign lists effectively.

Instructions

List all campaigns with optional filtering.

Input Schema

NameRequiredDescriptionDefault
limitNoMaximum number of campaigns to return
offsetNoOffset for pagination
statusNoFilter campaigns by status

Input Schema (JSON Schema)

{ "properties": { "limit": { "description": "Maximum number of campaigns to return", "type": "number" }, "offset": { "description": "Offset for pagination", "type": "number" }, "status": { "description": "Filter campaigns by status", "enum": [ "active", "paused", "completed" ], "type": "string" } }, "type": "object" }

Other Tools from Smartlead Simplified MCP Server

Related Tools

    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/jonathan-politzki/smartlead-mcp-server'

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