Skip to main content
Glama
hostinger

hostinger-api-mcp

Official
by hostinger

List WordPress themes

hosting_listWordPressThemesV1
Read-only

List WordPress themes available for installation on your hosting account. Use search terms or filter by order to find themes, and use the returned slugs to install them.

Instructions

List WordPress themes available to install.

Use the returned slug values with POST /api/hosting/v1/accounts/{username}/wordpress/{software}/themes/install.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
searchNoSearch term to match against theme names.
order_idNoOptionally scope themes to a specific order.
Install Server

TDQS

A4.1/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false, so the safe read-only nature is established. The description adds the behavioral detail that this returns slugs suitable for installation, which is useful context beyond annotations. No contradiction or unexpected side effects are hidden.

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?

Two concise sentences with no filler. The first states the core purpose, and the second provides a direct actionable pointer to the install endpoint. Every sentence earns its place.

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 read-only listing tool with full schema coverage and annotations covering safety, the description is complete. It tells the agent what the list is for and how to use the returned values, which is all necessary context for calling this tool correctly. No output schema exists, but the essential return semantics are covered.

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 optional `search` and `order_id` parameters are already documented in the schema. The description does not add parameter-level meaning, but the baseline of 3 is appropriate since the schema carries the full burden and does so adequately.

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 states a specific verb and resource: 'List WordPress themes available to install.' The qualifier 'available to install' clearly distinguishes this from the sibling hosting_listInstalledWordPressThemesV1 and other theme operations like activate or update. An agent can understand exactly what this tool returns.

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 gives explicit downstream guidance: 'Use the returned `slug` values with POST /api/hosting/v1/accounts/{username}/wordpress/{software}/themes/install.' This tells the agent how to use the result. It doesn't explicitly state when not to use it or point to alternatives like the installed-themes list, but the context is clear enough for a simple list operation.

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

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