Skip to main content
Glama

Multilead Open API MCP Server

by vanman2024

get_campaign_list

Retrieve and filter campaign lists from Multilead platform with sorting options and pagination to manage marketing initiatives effectively.

Instructions

Retrieve list of all campaigns with filtering and sorting

Args: user_id: The ID of the user account_id: The ID of the account (seat) campaign_state: Campaign status filter (1=ACTIVE, 2=DRAFT, 3=ARCHIVED, default: 1) sort_order: Sort direction ("ASC" or "DESC") sort_column: Column to sort by ("isActive", "name", or "createdAt") limit: Number of results to return (default: 30) offset: Pagination offset (default: 0)

Returns: List of campaigns with pagination metadata

Example: get_campaign_list( user_id="123", account_id="456", campaign_state=1, sort_order="DESC", sort_column="createdAt", limit=50 )

Input Schema

NameRequiredDescriptionDefault
user_idYes
account_idYes
campaign_stateNo
sort_orderNo
sort_columnNo
limitNo
offsetNo

Input Schema (JSON Schema)

{ "properties": { "account_id": { "type": "string" }, "campaign_state": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": 1 }, "limit": { "default": 30, "type": "integer" }, "offset": { "default": 0, "type": "integer" }, "sort_column": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null }, "sort_order": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null }, "user_id": { "type": "string" } }, "required": [ "user_id", "account_id" ], "type": "object" }

Other Tools from Multilead Open API 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/vanman2024/multilead-mcp'

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