clone
ActiveTool 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"
}
}
}Parent server
FavCRM
https://github.com/favcrm/mcp
1/7 registries