Skip to main content
Glama
hostinger

hostinger-api-mcp

Official
by hostinger

Regenerate webhook secret

mail_regenerateWebhookSecretV1

Regenerate a webhook secret to immediately invalidate the old one and return a new bearer token that authenticates every subsequent webhook delivery.

Instructions

Regenerate the secret of a webhook. The previous secret is immediately invalidated. The new secret is returned only in this response and is sent as a bearer token with every delivery.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
webhookIdYesWebhook ID (returned when the webhook was created)

Schema Changelog

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

  1. Addedv1.23.0

TDQS

A4.3/5.0
Behavior5/5

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

The description discloses important behavioral characteristics beyond the annotations: the previous secret is invalidated immediately, the new secret appears only in this response, and it is used as a bearer token on deliveries. This is exactly the kind of side-effect and security-relevant context an agent needs before calling the tool.

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 short sentences deliver the core action, the critical invalidation side effect, and the important one-time return behavior. There is no fluff or repetition of structured metadata, and the most important operational constraint is stated upfront.

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

Completeness5/5

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

The tool is simple: one documented parameter, no nested objects, and no output schema. The description fully covers what the agent needs to know to call it safely and correctly, including the irreversible nature and the one-time visibility of the new secret.

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%, and the single parameter webhookId is already documented in the input schema as 'Webhook ID (returned when the webhook was created).' The description does not add further parameter-level meaning, so the baseline of 3 is appropriate.

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 verb and resource: 'Regenerate the secret of a webhook.' This clearly distinguishes it from sibling operations like getWebhook, updateWebhook, deleteWebhook, and testWebhook. An agent can immediately understand what this tool does and how it differs.

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 the usage scenario through the verb 'regenerate' and the consequence that the previous secret is immediately invalidated, but it does not explicitly state when to choose this tool over updateWebhook or other webhook operations. No alternatives are named. The context makes the purpose evident, but the guidance is not explicit.

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