Skip to main content
Glama
ThiagoJacobLannes

kuantokusta-mcp

get_product

Retrieves complete product details and store prices sorted by total cost (product + shipping) from a KuantoKusta product URL, showing the true cheapest option.

Instructions

Get full details and all store prices for a KuantoKusta product.

Pass the product URL from a search result. Returns the product name, description, technical specs (45+ attributes), and all store offers sorted by total price (product + shipping) — so you always see the true cheapest option, not just the lowest sticker price.

Args: url: KuantoKusta product URL from a search result, e.g. "https://www.kuantokusta.pt/p/1967884/mini-com-congelador-smeg-fa120e"

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

Although no annotations exist, the description reveals key behaviors: returns 45+ attributes, sorts offers by total price for true cheapest option. It does not explicitly state read-only, but the nature of a 'get' is implied.

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 paragraphs with a bulleted args section. No redundant text; every sentence adds value.

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?

With an output schema present, the description doesn't need to detail return structure. It covers use case, input, and key output features, leaving no gaps.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The single 'url' parameter is fully described with a clear explanation and example URL. Schema coverage is 0%, so the description compensates completely.

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 clearly states the tool retrieves full details and store prices for a KuantoKusta product, which is distinct from the sibling 'search' tool that returns search results. The verb 'get' and resource 'product' are specific.

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?

Explicitly instructs to pass a product URL from a search result, indicating it should be used after search. No when-not-to-use is stated, but context makes it obvious.

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/ThiagoJacobLannes/kuantokusta-mcp'

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