Skip to main content
Glama

Smartlead Simplified MCP Server

smartlead_list_all_tests

Retrieve all Smart Delivery tests (manual or automated) with pagination controls to manage email marketing campaign testing data.

Instructions

List all Smart Delivery tests, either manual or automated.

Input Schema

NameRequiredDescriptionDefault
limitNoNumber of tests to retrieve (default: 10)
offsetNoOffset for pagination (default: 0)
testTypeYesType of tests to list (manual or auto)

Input Schema (JSON Schema)

{ "properties": { "limit": { "description": "Number of tests to retrieve (default: 10)", "type": "integer" }, "offset": { "description": "Offset for pagination (default: 0)", "type": "integer" }, "testType": { "description": "Type of tests to list (manual or auto)", "enum": [ "manual", "auto" ], "type": "string" } }, "required": [ "testType" ], "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