Skip to main content
Glama
hostinger

hostinger-api-mcp

Official
by hostinger

reach_listProfileContactsV1

Retrieve a paginated list of profile contacts, filterable by subscription status, tag, or email search, with the total count indicating matching contacts.

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
Behavior4/5

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

With no annotations, the description takes on the disclosure burden. It reveals pagination behavior, the filtering mechanism, and the meaning of meta.total, including the edge case of no filters giving the total count. However, it doesn't mention error handling, default page size, or rate limits, which would elevate transparency further.

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 three sentences, each earning its place: purpose, filtering options, and response semantics. It is front-loaded with the core function and avoids fluff. No unnecessary details or repetition of schema fields.

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 no output schema, the description provides essential context about the response (meta.total) and filter behavior, which helps the agent understand the tool's capabilities. It doesn't describe the contact object fields, but sibling tools likely share a common structure. Some missing details like default pagination limits could make it more complete, but overall it's solid.

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

Parameters4/5

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

Schema coverage is 100%, so the baseline is 3. The description adds value beyond the schema by explaining how filters interact and that meta.total reflects the filtered count, which is not stated in the schema. It also clarifies that the search parameter is an email search, reinforcing the schema description. This is meaningful supplementary semantics.

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 opens with 'Get a paginated list of contacts belonging to a profile,' which is a specific verb+resource statement. It clearly distinguishes from sibling tools like reach_listContactsV1 (all contacts) and reach_listSegmentContactsV1 (segment contacts) by scoping to a profile. The mention of filtering options further clarifies the purpose.

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 explains the primary context: retrieving profile-specific contacts with optional filters. It doesn't explicitly name alternative tools or exclusion criteria, but the profile scope and filter list imply when to use it. It could be stronger by contrasting with reach_listContactsV1, but the provided context is adequate.

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