Skip to main content
Glama
hostinger

hostinger-api-mcp

Official
by hostinger

Get catalog item list

billing_getCatalogItemListV1
Read-only

Retrieve catalog items by name or category to review available services and pricing before placing orders.

Instructions

Retrieve catalog items available for order.

Prices in catalog items is displayed as cents (without floating point), e.g: float 17.99 is displayed as integer 1799.

Use this endpoint to view available services and pricing before placing orders.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameNoFilter catalog items by name. Use `*` for wildcard search, e.g. `.COM*` to find .com domain
categoryNoFilter catalog items by category

Schema Changelog

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

  1. Changed1 schema field changedv1.26.0
    • changedInput schema / properties / category / enum
      Previous value: -[
      -  "DOMAIN",
      -  "VPS"
      -]New value: +[
      +  "DOMAIN",
      +  "VPS",
      +  "EMAIL"
      +]
  2. Addedv1.5.0
  3. Removedv1.2.1
  4. Addedv0.2.2
  5. Removedv0.2.1
  6. First observedv1.0.0

TDQS

A4.2/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false, covering the safety profile. The description adds meaningful behavioral context beyond that by disclosing the price representation: prices are displayed as cents without a floating point, e.g., 17.99 becomes 1799. This is exactly the kind of format detail that prevents misinterpretation of returned data.

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 three short sentences, each earning its place: the first states the core function, the second gives a critical pricing-format detail, and the third provides usage context. Key information is front-loaded and there is no filler.

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 simple read-only list endpoint with two optional, fully documented parameters and no output schema, the description is largely complete. It explains what the tool returns, the pricing unit, and when to use it. It does not explicitly state default behavior when no filters are applied, but the name and schema make that reasonably inferable.

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%, and both parameters (name, category) already have clear descriptions in the schema. The tool description mentions pricing but does not add any extra meaning about the name wildcard or category enum values. With full schema coverage, a 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?

The description opens with a specific verb and resource: 'Retrieve catalog items available for order.' It clearly positions this as the catalog/index endpoint for orderable services and pricing, distinguishing it from billing operations like subscriptions or purchase orders. The final sentence reinforces the purpose as pre-order discovery of services and pricing.

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 explicitly states when to use this tool: 'Use this endpoint to view available services and pricing before placing orders.' This gives clear contextual guidance. It does not explicitly list alternatives or when-not-to-use conditions, but for a simple read-only list endpoint the context is sufficient.

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