You're viewing a demo portfolio

Join the waitlist
PRSM

add_to_cart

Active

Tool of Graffeo Coffee Roasting

declared in 1.26.0

Add a product to a cart and return its checkout URL. IMPORTANT: this does NOT charge or place an order. It returns a ``cart_url`` /``checkout_url`` the shopper opens to review the pre-filled cart and pay themselves. Use for "add X to my cart" / "I want to buy X". For multiple items in one cart, use create_checkout. Verify availability with check_stock first — adding an out-of-stock item wastes the shopper's click-through. Args: sku: Product SKU (from list_products / search_products). quantity: How many (default 1).

Parameters schema

{
  "type": "object",
  "title": "add_to_cartArguments",
  "required": [
    "sku"
  ],
  "properties": {
    "sku": {
      "type": "string",
      "title": "Sku"
    },
    "quantity": {
      "type": "integer",
      "title": "Quantity",
      "default": 1
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

Graffeo Coffee Roasting

1/7 registries
View full server →
add_to_cart — Graffeo Coffee Roasting — PRSM MCP