Skip to main content
Glama
NLACE-COM

mcp-supermercados-cl

by NLACE-COM

Agregar al carro

add_to_cart

Add or update products in your Jumbo.cl shopping cart by executing a browser snippet on your logged-in session. No credentials needed—just paste and run.

Instructions

Agrega/actualiza productos en el carro de Jumbo del usuario. El servidor no maneja credenciales: devuelve un browserSnippet (PATCH /cart/items con su body) para ejecutar en una pestaña YA LOGUEADA de www.jumbo.cl. Si el navegador lo ejecutó y entregas el JSON del carro en rawCartResult, devuelvo el carro normalizado (total, ahorro y ahorro Prime). Acción reversible (se puede quitar del carro); no es una compra.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
itemsYesLíneas a agregar/actualizar.
storeNoCadena. Fase 3: jumbo.jumbo
branchIdYesSucursal de la sesión, ej. "jumboclj512". Requerido.
rawCartResultNoJSON de la respuesta del PATCH/GET /cart, si el navegador ya ejecutó el request. Se normaliza y devuelve.
Behavior5/5

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

With no annotations, the description provides rich behavioral context: server doesn't handle credentials, returns browserSnippet for manual execution, reversible action, and it is not a purchase. This fully discloses the interactive nature and safety profile.

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?

Description is moderately long (~4 sentences) but each sentence adds value. Front-loaded with purpose. Could be slightly tighter, but not overly verbose.

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?

Despite no output schema, the description explains the outcome (normalized cart with total, ahorro, ahorro Prime) and covers prerequisites, behavior, and reversibility. Complete for a tool requiring external execution step.

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?

Schema coverage is 100%, and description adds meaning beyond schema: explains rawCartResult's role in normalization and the browserSnippet workflow, which clarifies the parameters' purpose.

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 states 'Agrega/actualiza productos en el carro de Jumbo del usuario', which is a specific verb+resource. It clearly distinguishes from siblings like get_cart that only retrieve cart data.

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?

No explicit guidance on when to use this tool vs alternatives. It mentions prerequisites (logged-in browser tab) but does not compare to other tools or state when not to use it.

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