Skip to main content
Glama
idugeni

hostinger-mcp-server

by idugeni

Get Store Metadata

ecommerce_stores_metadata

Fetch metadata for an ecommerce store by providing its store ID. Retrieve configuration details to manage your store.

Instructions

Get metadata for a store.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
store_idYesStore ID
Behavior2/5

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

With no annotations provided, the description carries the full burden of disclosing behavior. It only states a read operation ('Get metadata') but does not disclose return format, error handling, rate limits, or any specifics about what 'metadata' includes. This is minimal transparency.

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

Conciseness4/5

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

The description is a single concise sentence with no filler words. It is front-loaded and easy to parse. However, it is slightly under-informative, but for a simple getter it is appropriately sized.

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?

The tool has no output schema and no annotations, so the description should explain what metadata will be returned or any important context. It only says 'Get metadata' without specifying the content or structure of the response, making it incomplete for an agent to anticipate results.

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?

The schema already provides 100% coverage with the store_id parameter described as 'Store ID'. The description does not add any additional semantic meaning beyond the schema, so the 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 'Get metadata for a store' clearly states the verb (Get) and resource (store metadata). It distinguishes from sibling tools like ecommerce_stores_list (which lists stores) by indicating a single store. The purpose is unambiguous and aligned with the tool name.

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 description provides no guidance on when to use this tool versus alternatives. It doesn't mention that it should be used when a store_id is known or contrast with ecommerce_stores_list, ecommerce_stores_create, or ecommerce_stores_delete. No exclusions or alternative references are given.

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