You're viewing a demo portfolio

Join the waitlist
PRSM

clone

Active

Tool of FavCRM

declared in 1.0.0

Duplicate an existing record (product, tier, campaign, post, service package, promotion, gift offer). Creates a copy in DRAFT status with "(Copy)" appended to the name.

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "required": [
    "entityType",
    "entityId"
  ],
  "properties": {
    "name": {
      "type": "string",
      "description": "Override the name of the cloned entity (defaults to \"Original Name (Copy)\")"
    },
    "entityId": {
      "type": "string",
      "description": "ID of the entity to clone"
    },
    "entityType": {
      "enum": [
        "product",
        "tier",
        "campaign",
        "post",
        "service_package",
        "promotion",
        "gift_offer"
      ],
      "type": "string",
      "description": "Type of entity to clone"
    }
  }
}

What this tool wraps· 1 endpoint

min confidence0.700.50

Parent server

FavCRM

https://github.com/favcrm/mcp

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