Skip to main content
Glama
voriq-ai

smartleadai-mcp

by voriq-ai

Smartlead: get campaign analytics

smartlead_get_campaign_analytics
Read-only

Retrieve campaign performance analytics including sent, opened, replied, and bounced counts. Use it to monitor email campaign effectiveness without modifying data.

Instructions

Retrieve performance analytics for one campaign (sent, opened, replied, bounced). Safety — read-only: yes; may consume SmartProspect credits: no; creates or modifies remote state: no; can send email: no; destructive: no. Endpoint: GET https://server.smartlead.ai/api/v1/campaigns/{campaign_id}/analytics. Free and read-only.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
campaign_idYesCampaign ID.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
okYes
dataYes
errorNo
warningsYes
operationYes
paginationYes
credit_spendingYes
remote_mutationYes
Install Server

TDQS

A4.3/5.0
Behavior4/5

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

Annotations already provide readOnlyHint=true and destructiveHint=false. The description goes beyond this by explicitly stating 'may consume SmartProspect credits: no' and 'can send email: no', adding useful side-effect context. The endpoint is also disclosed, which helps understanding the remote operation.

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

Conciseness5/5

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

The description is compact, starting with a clear purpose sentence, followed by a structured safety summary and endpoint. Every sentence earns its place; no fluff or repetition.

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

Completeness5/5

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

Given the tool's simple parameter set (one required integer) and the presence of an output schema (so return values need no explanation), the description is fully sufficient. It covers purpose, safety, and endpoint without requiring further clarification.

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

Parameters3/5

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

The input schema fully documents campaign_id with type integer and description 'Campaign ID' (100% coverage). The description mentions 'one campaign' but does not add extra detail about how to obtain or format the ID, so it provides minimal incremental meaning beyond the schema.

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

Purpose5/5

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

The description states a specific verb ('Retrieve') and resource ('performance analytics for one campaign') along with the included metrics (sent, opened, replied, bounced). This clearly distinguishes it from siblings like smartlead_get_campaign, which likely fetches campaign details rather than analytics.

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

Usage Guidelines4/5

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

The description clearly implies when to use this tool: when needing analytics for a specific campaign. The read-only safety guarantees also make it a safe choice for read operations. However, it does not explicitly name alternatives or exclusions, but the single-purpose phrasing provides sufficient context.

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

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/voriq-ai/smartlead-mcp'

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