Skip to main content
Glama
hostinger

hostinger-api-mcp

Official
by hostinger

Delete Git auto-deployment settings

hosting_deleteGitAutoDeploymentSettingsV1
DestructiveIdempotent

Remove Git auto-deployment settings for a website to stop automatic deployments on push. Already deployed files remain unchanged, and the action succeeds even if nothing is configured.

Instructions

Removes the Git auto-deployment settings of the website. Files already deployed stay on the website; pushes stop deploying until settings are saved again. Succeeds also when nothing is configured.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
domainYesDomain name
usernameYesusername parameter

Schema Changelog

Changes observed during successful MCP inspections.

  1. Addedv1.61.0

TDQS

A4.2/5.0
Behavior5/5

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

Beyond the annotations (destructive, idempotent), the description clarifies exactly what is destroyed (the auto-deployment settings) and what is preserved (deployed files). It also explains future behavior ('pushes stop deploying until settings are saved again') and the no-op success case ('Succeeds also when nothing is configured'), all of which are valuable behavioral disclosures.

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 tight sentences, each adding a distinct fact: the core deletion, the effect on deployed files and future pushes, and the no-op behavior. There is no filler or repetition of the title, and the main action is front-loaded.

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?

For a two-parameter delete operation with no output schema, the description covers the essential behavior: what is removed, what is preserved, the future deployment behavior, and idempotent success. It does not explain how username/domain map to the website, but overall the description gives an agent enough context to invoke the tool correctly.

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 reported as 100%, so the baseline is 3 even though the description adds no parameter-specific meaning. The schema's own 'username parameter' description is weak, but the tool description does not help clarify how username and domain identify the target website; it stays at baseline rather than adding value.

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 a specific action ('Removes') on a specific resource ('Git auto-deployment settings of the website'), which distinguishes it from the sibling get/update tools. The added detail about files staying deployed further clarifies what the operation does and does not affect.

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 use case: call this when you want to stop future Git pushes from deploying while keeping already-deployed files on the website. However, it does not explicitly name alternatives like hosting_updateGitAutoDeploymentSettingsV1 or state conditions for choosing one over the other, so the agent must infer routing from context.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Deploy Server

Other Tools