Skip to main content
Glama
idugeni

hostinger-mcp-server

by idugeni

Create Physical Product

ecommerce_products_create_physical

Create a physical product in a store by specifying the store ID, product name, and price. Optionally, add a product description.

Instructions

Create a physical product in a store.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesProduct name
priceYesPrice
store_idYesStore ID
descriptionNoProduct description
Behavior2/5

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

No annotations are provided, so the description carries the full burden of behavioral disclosure. The description only states 'Create a physical product', which implies a write operation but provides no information about prerequisites, consequences, or response format. This is a significant gap for a creation tool.

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 a single, clear sentence that is appropriately concise for a simple create operation. It is front-loaded with the verb and resource, and contains no filler or unnecessary words.

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?

With no annotations or output schema, the description should compensate by explaining the full context of the operation. It fails to mention what happens on success, whether the store must already exist, any potential errors, or how this differs from digital product creation. The schema provides field names but not behavioral context.

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%, with each parameter having a basic description in the schema. The tool description adds no additional parameter semantics beyond the schema. The baseline score of 3 is appropriate given the high schema coverage.

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 uses a specific verb 'create' and resource 'physical product' with context 'in a store', distinguishing it from the sibling ecommerce_products_create_digital. This makes the tool's purpose unambiguous and clear.

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 clearly indicates this tool is for physical products in a store, providing clear context. However, it does not explicitly mention alternatives or when not to use it (e.g., for digital products), though the sibling name implies the distinction.

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/idugeni/hostinger-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server