Skip to main content
Glama
hostinger

hostinger-api-mcp

Official
by hostinger

Get campaign performance

reach_getCampaignPerformanceV1
Read-only

Retrieve campaign performance metrics: delivery, opens, clicks, unsubscribes, and rates, based on 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

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. Addedv1.42.0

TDQS

A4.2/5.0
Behavior4/5

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

Annotations declare readOnlyHint=true and destructiveHint=false, so the read-only nature is already known. The description adds a valuable behavioral detail: counts are unique contacts rather than raw events, with an illustrative example. This goes beyond the annotations and helps avoid misinterpretation of the returned numbers.

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 two sentences with no filler. It front-loads the core purpose and then provides a crucial clarification about counting semantics. Every word earns its place, and the structure is efficient.

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?

For a read-only metric retrieval tool with no output schema, the description adequately covers the returned metrics and the unique-contact counting rule. It could optionally have mentioned the response format or whether rates are percentages, but given the annotations already cover the read-only behavior, this is sufficiently complete for an agent to call it correctly.

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 schema description coverage is 100% (both parameters have descriptions), but those descriptions are minimal ('Profile uuid parameter' and 'Campaign uuid parameter'). The tool description adds no further meaning about these parameters. Since the schema already documents them at a baseline level, a score of 3 is appropriate, as the description does not need to compensate for a coverage gap.

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 clearly states the resource (campaign performance) and the specific metrics (delivery, opens, clicks, unsubscribes and their rates). The verb 'get' is explicit, and the list of metrics distinguishes this from sibling tools like reach_getCampaignDetailsV1, which would focus on campaign metadata rather than performance numbers.

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 conveys a clear context: it is for retrieving performance metrics of a specific campaign. It does not explicitly mention alternatives or exclusions, but the metric list leaves little ambiguity about when this tool is appropriate. With many reach_* siblings present, a more explicit comparison to reach_getCampaignDetailsV1 or reach_listCampaignsV1 would have elevated the score, but the current wording is sufficient for most agents.

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