You're viewing a demo portfolio

Join the waitlist
PRSM

get_cart

Active

Tool of Kifly — Agentic Commerce & Payments

declared in 1.0.0

Inspect the current state of a cart — line items, quantities, prices, and shipping address. Each item includes an `item_id` you can pass to `update_cart_item` to change quantity or remove the item. Call this after `add_to_cart` to review the cart before checkout, or any time the buyer asks what's in the cart. `kifly_purchasable: false` (`fulfillment: "external"`) means checkout on this cart will hand off to the seller's own site instead of charging — say so before the buyer expects a real purchase.

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "required": [
    "cart_id"
  ],
  "properties": {
    "cart_id": {
      "type": "string",
      "description": "Cart ID from create_cart"
    }
  },
  "additionalProperties": false
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

Kifly — Agentic Commerce & Payments

1/7 registries
View full server →
get_cart — Kifly — Agentic Commerce & Payments — PRSM MCP