Skip to main content
Glama
vanman2024

Multilead Open API MCP Server

by vanman2024

get_statistics

Retrieve campaign performance statistics within a specified time range, including metrics like profile views, email opens, and conversion rates, for comprehensive analytics.

Instructions

Get statistics for campaigns within a time range

This retrieves statistics for all campaigns or a specific campaign if campaign_id is provided.

Args: user_id: User ID account_id: Account ID from_timestamp: Statistics start timestamp (Unix timestamp) to_timestamp: Statistics end timestamp (Unix timestamp) curves: List of statistic types to retrieve. Values: 1=PROFILE_VIEW, 2=PROFILE_FOLLOW, 3=INVITATION_SENT, 4=MESSAGE_SENT, 5=INMAIL_SENT, 10=EMAIL_SENT, 11=EMAIL_OPENED, 12=EMAIL_CLICKED, 16=EMAIL_VERIFIED, 6=INVITATION_ACCEPTED, 7=MESSAGE_REPLY, 8=INVITATION_ACCEPTED_RATE, 9=MESSAGE_REPLY_RATE, 14=EMAIL_OPEN_RATE, 15=EMAIL_CLICK_RATE, 17=EMAIL_BOUNCE_RATE time_zone: Timezone for statistics (e.g., "America/New_York", "Europe/Belgrade") campaign_id: Optional campaign ID to get statistics for a specific campaign

Returns: Campaign statistics data

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
user_idYes
account_idYes
from_timestampYes
to_timestampYes
curvesYes
time_zoneYes
campaign_idNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior2/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations are provided, so the description carries full burden. It describes a read operation ('retrieves statistics'), which is clear, but lacks details on permissions, rate limits, data format, or pagination. The description does not contradict annotations, but for a tool with 7 parameters and no annotations, it provides minimal behavioral context beyond the basic operation.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is well-structured with a clear purpose statement followed by parameter details and return information. It is appropriately sized for a tool with 7 parameters, though the curves enum list is lengthy but necessary. Every sentence adds value, and it is front-loaded with the main functionality.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool's complexity (7 parameters, no annotations, but with output schema), the description is largely complete. It covers purpose, parameters in detail, and mentions returns. With an output schema present, it need not explain return values. The main gap is lack of behavioral details like permissions or rate limits, but parameter documentation is thorough.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, so the description must compensate fully. It provides detailed semantics for all parameters: user_id, account_id, from_timestamp, to_timestamp, curves (with a comprehensive enum list), time_zone, and campaign_id (noting it's optional). This adds significant meaning beyond the bare schema, effectively documenting each parameter's purpose and constraints.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool's purpose: 'Get statistics for campaigns within a time range' and specifies it retrieves statistics for all campaigns or a specific one. It distinguishes itself from siblings like 'get_all_campaigns_statistics' by mentioning optional campaign_id filtering, though not explicitly contrasting with that sibling. The verb 'Get' and resource 'statistics for campaigns' are specific.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies usage context by stating it retrieves statistics for all campaigns or a specific one if campaign_id is provided, but does not explicitly state when to use this tool versus alternatives like 'get_all_campaigns_statistics' or 'get_step_statistics'. No exclusions or prerequisites are mentioned, leaving usage guidance at an implied level.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

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