Skip to main content
Glama
hostinger

hostinger-api-mcp

Official
by hostinger

Enable auto-renewal

billing_enableAutoRenewalV1
DestructiveIdempotent

Enable automatic renewal for a subscription to keep services active without manual renewal.

Instructions

Enable auto-renewal for a subscription.

Use this endpoint when enable auto-renewal for a subscription.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
subscriptionIdYesSubscription ID

Schema Changelog

Changes observed during successful MCP inspections.

  1. Addedv1.5.0
  2. Removedv1.2.1
  3. Addedv0.2.2
  4. Removedv0.2.1
  5. Addedv0.1.40

TDQS

C2.8/5.0
Behavior2/5

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

Annotations already indicate a non-read-only, idempotent, destructive state change; the description adds no behavioral detail on top. It does not warn that enabling auto-renewal commits the user to recurring future charges or clarify what state the subscription should be in.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The first sentence is crisp, but the second sentence is redundant and grammatically garbled ('when enable auto-renewal'), adding no information. A single clean sentence would earn a higher score.

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

Completeness2/5

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

For a one-parameter billing mutation the core is simple, but the description omits the consequential behavior (recurring charges), any eligibility constraints, and how it differs from renew/disable. The annotations carry some weight, but the description alone would not let an agent safely advise a user on whether to call this 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 coverage is 100%: subscriptionId is documented as 'Subscription ID' with type string and required. The description adds no semantic meaning beyond that, so the baseline of 3 applies.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The first sentence states a concrete operation: enabling auto-renewal on a subscription, with the target resource matching the sole parameter. However, the second sentence merely restates the first, and no distinction is drawn from billing_disableAutoRenewalV1 or billing_renewSubscriptionV1, though the name already does much of that work.

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?

The only usage guidance is 'Use this endpoint when enable auto-renewal for a subscription,' which circularly restates the purpose and offers no decision criteria. It fails to mention that this is the counterpart to billing_disableAutoRenewalV1 or that billing_renewSubscriptionV1 handles immediate renewal rather than ongoing renewal.

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