Skip to main content
Glama
hanjoonchoe

coupang-browser-mcp

by hanjoonchoe

Add to cart

add_to_cart

Preview a product and confirm to add it to your cart with selected quantity; handles option selection automatically.

Instructions

Add a product to the cart. With confirm=false (default) it does NOT add — it returns a preview of the target product for the user to verify; call again with confirm=true to actually add. Products requiring option selection are added with the default option, or an explanation is returned.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYes
confirmNoOnly adds when true; false returns a preview
quantityNo
Behavior5/5

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

The description reveals the critical behavioral trait: the tool is read-only when confirm=false and mutating when confirm=true, going beyond the annotations which only indicate global readOnlyHint=false. It also addresses handling of products requiring option selection.

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 well-structured sentences cover the main action, the two-phase behavior, and an edge case. Every sentence is necessary and no redundant information.

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 tool with 3 parameters, no output schema, and partial annotations, the description covers core behavior and an important edge case (options). It could optionally describe the preview return format, but overall it is sufficiently complete for correct invocation.

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?

With only 33% schema coverage, the description adds meaning to url (the product to add), clarifies confirm's role (preview vs add), and explains quantity's default and max. The mention of 'default option' for products with options provides additional context not in the 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?

The description clearly states the tool adds a product to the cart, with a two-step process using confirm flag. It distinguishes from sibling tools like get_cart, remove_from_cart, and proceed_to_checkout by focusing on adding and previewing.

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?

The description explicitly explains when to use confirm=false (preview) and confirm=true (actual add). It doesn't explicitly mention alternatives like using get_cart after adding, but the context is clear enough for an AI agent.

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/hanjoonchoe/coupang-browser-mcp'

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