Skip to main content
Glama
irony

webhallen-mcp

by irony

get_product

Retrieve product details by Webhallen ID to verify information before adding items to a shared wishlist.

Instructions

Get details about a specific Webhallen product by ID. Useful for verifying product info before adding to a shared wishlist.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
productIdYesWebhallen product ID
Install Server

TDQS

A4.2/5.0
Behavior4/5

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

The verb 'Get' makes the read-only nature evident, and the second sentence clarifies that the result provides product information for verification. It does not discuss error behavior or authentication, but for a simple single-ID lookup the essential behavioral contract is clear.

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 short sentences with no filler. The core action and scope are front-loaded, and the second sentence adds a practical usage context that helps an agent decide when to invoke the tool.

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 one-parameter read tool with a fully described schema, this description provides enough context to call it correctly. It is slightly incomplete because there is no output schema and no note about failure behavior or returned data shape, but the simplicity of the operation limits the impact.

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 covers the only parameter, productId, with a description already. The tool description only repeats the 'by ID' concept and adds no new semantic detail such as format, constraints, or source information, so it stays at the baseline for full 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?

States a specific verb and resource: 'Get details about a specific Webhallen product by ID.' It is clearly distinguishable from the sibling search_products, which is about discovering products rather than retrieving one exact product by ID.

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?

Gives a concrete use case: verifying product info before adding to a shared wishlist. It does not explicitly say when not to use it or name alternatives, but the context is clear enough for an agent to select this tool appropriately.

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/irony/webhallen-mcp'

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