postman-mcp-server

fork_collection

Fork a collection to a workspace

Input Schema

NameRequiredDescriptionDefault
collection_idYesCollection ID to fork
labelYesLabel for the forked collection
workspaceYesDestination workspace ID

Input Schema (JSON Schema)

{ "properties": { "collection_id": { "description": "Collection ID to fork", "type": "string" }, "label": { "description": "Label for the forked collection", "type": "string" }, "workspace": { "description": "Destination workspace ID", "type": "string" } }, "required": [ "collection_id", "workspace", "label" ], "type": "object" }

You must be authenticated.

Other Tools