Skip to main content
Glama
hostinger

hostinger-api-mcp

Official
by hostinger

mail_createWebhookV1

Create a webhook for a mailbox to receive POST notifications on events like message.received, returning a unique secret for secure delivery.

Instructions

Create a webhook for the given mailbox. The generated secret is returned only in this response and is sent as a bearer token with every delivery.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYesPublicly reachable URL that receives the webhook POST requests
nameYesHuman-readable name for this webhook
eventsYesEvents that trigger this webhook
statusNoInitial status of the webhook
mailboxIdYesMailbox resource ID
descriptionNoOptional description of the webhook's purpose
Behavior3/5

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

Discloses that the secret is returned only in this response and is sent as bearer token. With no annotations, this adds useful behavioral context, but does not cover other important aspects like idempotency, rate limits, or error states.

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?

Two sentences, no unnecessary words. Front-loaded with purpose. Efficient.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Adequate for a creation tool with no output schema. Mentions secret handling, but lacks details on defaults (e.g., status) or what happens after creation. Could be more 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 coverage is 100%, so baseline 3. Description adds no additional meaning to parameters (url, name, events, etc.) beyond their schema descriptions.

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?

Description clearly states the action (Create) and resource (webhook for a given mailbox). It distinguishes from sibling webhook tools (list, get, delete, update, test, regenerate secret) by focusing on creation and secret generation.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No guidance on when to use this tool versus alternatives like mail_updateWebhookV1 or mail_testWebhookV1. Does not state prerequisites or 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