Skip to main content
Glama
hostinger

hostinger-api-mcp

Official
by hostinger

List profile contacts

reach_listProfileContactsV1
Read-only

Retrieve a paginated list of contacts for a profile, with filtering by subscription status, tag, or email search. Use the total field to get the matching contact count.

Instructions

Get a paginated list of contacts belonging to a profile.

Contacts can be filtered by subscription status, by tag, and by an email search term. The meta.total field of the response is the number of contacts matching the filters, so calling this endpoint without filters gives the profile's total contact count.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNoPage number
searchNoSearch contacts by email
per_pageNoNumber of items per page
tag_uuidNoFilter contacts by tag UUID
profileUuidYesProfile uuid parameter
subscription_statusNoFilter contacts by subscription status
Install Server

TDQS

A4.2/5.0
Behavior4/5

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

Annotations already mark readOnlyHint=true and destructiveHint=false; the description adds that the result is paginated, that meta.total counts filter-matching contacts, and that calling without filters yields the profile's total contact count. No contradiction.

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?

Three sentences front-load the core action, then add filter options and response semantics. Every sentence earns its place and there is no filler.

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 list endpoint, the description plus a fully described schema is largely sufficient: pagination, filtering, and the meaning of meta.total are covered. It doesn't spell out the response list field or pagination defaults, but with no output schema those are minor gaps for tool selection and invocation.

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?

All 6 parameters already have schema descriptions (100% coverage), so the baseline is 3. The description paraphrases tag_uuid, subscription_status, and search as filter options but adds no syntax, defaults, or parameter behavior 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?

States a specific operation ('Get a paginated list'), resource ('contacts belonging to a profile'), and available filters. This clearly distinguishes it from broader contact-list siblings like reach_listContactsV1 and segment-scoped listers without relying on the title alone.

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 profile-scoping phrase gives clear when-to-use context, and the filter sentence explains how to adjust for status, tag, or email. It stops short of explicitly naming alternatives or saying when not to use them, so it doesn't reach 5.

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

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