Skip to main content
Glama
hostinger

hostinger-api-mcp

Official
by hostinger

Delete form

reach_deleteFormV1
DestructiveIdempotent

Permanently delete a form and its template. Forms with captured submissions cannot be deleted; pause them instead to stop new responses. Views do not block deletion.

Instructions

Permanently delete a form together with its template.

A form that has already captured submissions cannot be deleted, so that the contacts it collected are never silently discarded - pause the form instead to stop it collecting new ones. Views alone do not block deletion.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
formUuidYesForm uuid parameter
profileUuidYesProfile uuid parameter

Schema Changelog

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

  1. Addedv1.42.0

TDQS

A4.7/5.0
Behavior5/5

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

Annotations already mark the tool as destructive and non-read-only, but the description adds genuinely useful behavioral context: deletion is permanent, the template is removed too, submission-bearing forms are protected, and views do not prevent deletion. This goes well beyond what the annotations communicate.

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 tight and well-structured: the primary action comes first, followed by the critical deletion constraint, the recommended alternative, and an important edge-case clarification. Every sentence earns its place with no redundancy.

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?

For a two-parameter destructive delete with no output schema, the description is complete. It explains the permanent scope, the precondition for deletion, the alternative action, and the fact that views do not block deletion, giving an agent everything needed to decide whether and how to call the tool.

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 even though the description itself adds no parameter-level meaning. The descriptions 'Form uuid parameter' and 'Profile uuid parameter' are minimal but present, and the tool description does not need to compensate.

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 the operation: 'Permanently delete a form together with its template.' It specifies both the resource and the destructive action, and is easily distinguishable from sibling read-only form tools like reach_getFormDetailsV1 and reach_listFormsV1.

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

Usage Guidelines5/5

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

The description explicitly warns when deletion is not allowed ('a form that has already captured submissions cannot be deleted') and provides the recommended alternative ('pause the form instead'). It also clarifies that views alone do not block deletion, giving the agent concrete decision guidance.

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