Skip to main content
Glama
hostinger

hostinger-api-mcp

Official
by hostinger

billing_renewSubscriptionV1

Renews an existing Hostinger subscription by creating a renewal order. Uses default payment method if none provided.

Instructions

Create a renewal order for an existing Hostinger subscription.

This endpoint places a renewal order for a single subscription, leveraging the existing billing infrastructure. Use the subscriptions endpoint to look up the subscriptionId values available for renewal.

If no payment method is provided, your default payment method will be used automatically.

Use this endpoint to renew any subscription available in your account.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
couponsNoDiscount coupon codes
subscriptionIdYesSubscription ID
payment_method_idNoPayment method ID, default will be used if not provided
Behavior3/5

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

No annotations provided, so description carries full burden. It correctly indicates a write operation ('places a renewal order') and mentions automatic payment method selection. But it lacks details on immediate effects (e.g., charge timing, subscription extension), prerequisites (e.g., active subscription), and error scenarios. Adequate but incomplete.

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 four sentences, front-loaded with purpose, and no redundant information. Every sentence adds useful context for the agent.

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?

With 3 parameters, 100% schema coverage, and no output schema, the description covers essential aspects: how to find subscriptionId, coupons usage, and payment method fallback. Missing response details, but not critical for a simple renewal operation.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100% with basic descriptions for coupons, subscriptionId, and payment_method_id. The description adds value by explaining subscriptionId must come from the subscriptions endpoint and clarifying default payment method behavior, going beyond schema info.

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 'Create a renewal order for an existing Hostinger subscription' with a specific verb and resource. It distinguishes from sibling tools like billing_getSubscriptionListV1 (list subscriptions) and billing_enableAutoRenewalV1 (enable auto-renewal).

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

Usage Guidelines4/5

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

The description provides context for when to use the tool: to renew a subscription. It advises using the subscriptions endpoint to obtain subscriptionId and explains default payment method behavior. However, it does not explicitly exclude cases or compare with alternatives like auto-renewal.

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