Skip to main content

ToolDuplicate

Tool duplicate (save-as / clone) request. The source tool's executable definition (type/function/ref/options) is copied verbatim by the server; only identity/placement metadata is overridable here. The server always mints a fresh id and forces is_builtin=False, so a clone of a read-only builtin lands as an editable user tool.

nameName (string)required
alias object
anyOf
string
description object
anyOf
string
collection_id object
anyOf
string

Possible values: non-empty

folder_id object
anyOf
string
tags object
anyOf
  • Array [
  • string
  • ]
  • ToolDuplicate
    {
    "name": "string",
    "alias": "string",
    "description": "string",
    "collection_id": "string",
    "folder_id": "string",
    "tags": [
    "string"
    ]
    }