Skip to main content
Glama

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

TableJSON Schema
NameRequiredDescriptionDefault
user_idYes
account_idYes
campaign_stateNo
sort_orderNo
sort_columnNo
limitNo
offsetNo

Other Tools

Latest Blog Posts

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