You're viewing a demo portfolio

Join the waitlist
PRSM

update_product

Active

Tool of FavCRM

declared in 1.0.0

Update an existing product. Only provided fields are changed.

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "required": [
    "productId"
  ],
  "properties": {
    "sku": {
      "type": "string",
      "description": "SKU code"
    },
    "name": {
      "type": "string",
      "description": "Product name"
    },
    "price": {
      "type": "string",
      "description": "Price as decimal string"
    },
    "status": {
      "enum": [
        "DRAFT",
        "ACTIVE",
        "ARCHIVED"
      ],
      "type": "string",
      "description": "Product status"
    },
    "productId": {
      "type": "number",
      "description": "The product ID"
    },
    "categoryIds": {
      "type": "array",
      "items": {
        "type": "number"
      },
      "description": "Category IDs (first is primary). Replaces all existing categories."
    },
    "description": {
      "type": "string",
      "description": "Product description"
    },
    "memberPrice": {
      "type": "string",
      "description": "Members-only price"
    },
    "discountPrice": {
      "type": "string",
      "description": "Discounted price"
    }
  }
}

What this tool wraps· 1 endpoint

min confidence0.700.50

Parent server

FavCRM

https://github.com/favcrm/mcp

1/7 registries
View full server →
update_product — FavCRM — PRSM MCP