Skip to main content
Glama
hostinger

hostinger-api-mcp

Official
by hostinger

reach_getCampaignPerformanceV1

Analyze campaign success by retrieving delivery, opens, clicks, and unsubscribe metrics with unique-contact counts.

Instructions

Get the performance of a campaign: delivery, opens, clicks and unsubscribes, with the matching rates.

Every count is unique contacts rather than raw events, so a contact who opens the same email five times is counted once.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
profileUuidYesProfile uuid parameter
campaignUuidYesCampaign uuid parameter
Behavior4/5

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

No annotations are provided, so the description carries the full burden. It discloses a key behavioral trait: counts are unique contacts rather than raw events, which is critical for interpreting metrics. It also lists the specific metrics returned. However, it does not mention whether this is a read-only operation (though the name 'get' implies it) or any potential side effects, but for a read operation this is acceptable.

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 concise and front-loaded: it states the purpose in the first sentence and adds a crucial clarification in the second. No wasted words, and the structure is clear.

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 simplicity (2 params, no output schema, no annotations), the description is fairly complete. It explains what metrics are returned and the unique-contact counting behavior. It could mention the time range or any filtering, but that is not required for a basic performance retrieval. The lack of output schema means the description should hint at return structure, which it does by listing metrics.

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?

Schema description coverage is 100%, so both parameters (profileUuid and campaignUuid) are documented in the schema. The description does not add additional meaning beyond what the schema provides, but the schema descriptions are sufficient. The description implies the campaignUuid identifies the campaign, which is already clear. Baseline 3 is appropriate.

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 retrieves campaign performance metrics (delivery, opens, clicks, unsubscribes) with rates, and specifies it operates on a single campaign. It distinguishes from sibling tools like reach_getCampaignDetailsV1 (which likely provides broader campaign info) and reach_listCampaignsV1 (which lists campaigns), though it doesn't explicitly name them.

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 for retrieving performance metrics for a specific campaign, but does not explicitly state when to use this versus reach_getCampaignDetailsV1 or other reach tools. No exclusions or alternative tool names are provided, so the agent must infer from the tool name and context.

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/hostinger/api-mcp-server'

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