Skip to main content
Glama
NLACE-COM

mcp-supermercados-cl

by NLACE-COM

Detalle de producto

get_product

Retrieve complete product details including prices, stock, and special member discounts from Chilean supermarkets. Accepts product URL, path, or slug.

Instructions

Obtiene el detalle completo de un producto: precio vigente (price), precio normal (listPrice), precio socio Jumbo Prime (memberPrice) cuando existe, precio por unidad (unitPrice/unit), EAN, stock y oferta. Es la única fuente del precio socio en fase 1. Acepta la URL del producto (campo url de search_products), el path o el slug.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
storeNoCadena: jumbo (precio Prime) o santaisabel (precio socio, sucursal por defecto o vía branchId).jumbo
idOrUrlYesURL completa, path ("/arroz-.../p") o slug del producto. Usar el `url` devuelto por search_products.
branchIdNoSucursal para el precio local. Santa Isabel: nombre de tienda (ej. "pedrofontova"); por defecto usa una sucursal céntrica.
Behavior3/5

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

No annotations provided, so description must disclose behavior. It lists return fields but doesn't mention side effects, auth requirements, or error handling. Adequate but not thorough.

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 front-load the purpose and list key fields. Every sentence adds value, no redundancy.

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?

No output schema, but description covers all return fields and parameters adequately. Provides complete picture for a product detail tool.

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

Parameters4/5

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

Schema coverage is 100%, but description adds context: explains idOrUrl accepts URL, path, or slug; store enum values; branchId for local prices. Goes beyond schema.

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?

Description clearly states it gets complete product details, lists specific fields (price, listPrice, memberPrice, etc.), and distinguishes from search_products which returns URLs.

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 says it's the only source for member price in phase 1 and that it accepts URLs from search_products. Implies it's for detailed product information but doesn't explicitly exclude other use cases.

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/NLACE-COM/mcp-supermercados-cl'

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