Skip to main content
Glama

Multilead Open API MCP Server

by vanman2024

get_all_campaigns_statistics

Retrieve platform-wide summary statistics and totals for all campaigns to analyze campaign performance across your Multilead account.

Instructions

Get summary statistics for all campaigns

This retrieves platform-wide summary statistics (totals) for all campaigns.

Args: user_id: User ID account_id: Account ID campaign_state: Optional campaign state filter (default: 1)

Returns: Summary statistics for all campaigns

Input Schema

NameRequiredDescriptionDefault
user_idYes
account_idYes
campaign_stateNo

Input Schema (JSON Schema)

{ "properties": { "account_id": { "type": "string" }, "campaign_state": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": 1 }, "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