You're viewing a demo portfolio

Join the waitlist
PRSM

get_product

Active

Tool of Synchronity

declared in 0.2.0

Retrieve detailed information about a specific product including variants, pricing, images, and availability. May also return `addons` — customer-selectable options defined by the store (e.g. engraving, gift wrap, size add-ons). When a product has addons, present them to the buyer and collect every addon with `required: true` before calling add_to_cart; for any option carrying a `price_modifier`, show that surcharge so the buyer knows the added cost. The card already shows the product details to the user, so keep your text reply brief and do not re-describe what the card displays.

Parameters schema

{
  "type": "object",
  "required": [
    "site_id",
    "product_id"
  ],
  "properties": {
    "site_id": {
      "type": "string",
      "description": "Registered site ID"
    },
    "product_id": {
      "type": "string",
      "description": "Product ID from the site (platform-specific format)"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

Synchronity

https://github.com/themewireco/synchronity

2/7 registries
View full server →