Skip to main content
Glama
hostinger

hostinger-api-mcp

Official
by hostinger

Create contacts in bulk

reach_createContactsInBulkV1

Create many contacts in a profile at once. Bulk import runs in the background, skips existing emails, and sends confirmation emails when double opt-in is enabled.

Instructions

Create many contacts in a profile in a single call.

The contacts are imported in the background, so a success response means the import was accepted rather than finished. Contacts whose email already exists in the profile are left as they are. If double opt-in is enabled, new contacts start off pending and are sent a confirmation email.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
noteNoNote applied to every created contact
contactsYescontacts parameter
tag_uuidsNoExisting tags to attach to every created contact
profileUuidYesProfile uuid parameter
Install Server

TDQS

A4/5.0
Behavior4/5

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

Beyond the annotations (readOnlyHint=false, destructiveHint=false), the description discloses key behaviors: background import (success means accepted, not finished), deduplication of existing emails, and double opt-in handling. This adds substantial value, though it omits potential failure modes or rate limits.

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 with the main action, followed by three critical behavioral notes. Every sentence adds value, with no redundant or filler content.

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?

The description covers essential aspects for a bulk async import: async acceptance, deduplication, and double opt-in handling. It does not mention error handling for individual contacts or output format, but given the lack of output schema and the tool's simplicity, this is fairly complete.

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 the baseline is 3. The description itself does not add parameter-specific guidance beyond what the schema already has (e.g., phone format). Some schema descriptions are weak ('name parameter'), but the description does not compensate for those.

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 'Create many contacts in a profile in a single call,' specifying the verb, resource, and scope. It distinguishes this bulk operation from single-contact creation tools by emphasizing 'many' and 'single call.'

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 bulk creation ('many contacts') but does not explicitly name alternatives or state when not to use it. There is no mention of reach_createANewContactV1 or other single-contact tools, leaving the choice somewhat to inference.

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