postman-mcp-server

transfer_collection_items

Transfer items between collections

Input Schema

NameRequiredDescriptionDefault
idsYesIDs of items to transfer
locationNoLocation details for placement
modeYesTransfer mode
targetYesTarget collection/folder information
typeYesType of items to transfer

Input Schema (JSON Schema)

{ "properties": { "ids": { "description": "IDs of items to transfer", "items": { "type": "string" }, "type": "array" }, "location": { "description": "Location details for placement", "properties": { "id": { "type": "string" }, "model": { "type": "string" }, "position": { "type": "string" } }, "type": "object" }, "mode": { "description": "Transfer mode", "enum": [ "copy", "move" ], "type": "string" }, "target": { "description": "Target collection/folder information", "properties": { "id": { "type": "string" }, "model": { "type": "string" } }, "type": "object" }, "type": { "description": "Type of items to transfer", "enum": [ "folder", "request", "response" ], "type": "string" } }, "required": [ "type", "ids", "target", "mode" ], "type": "object" }

You must be authenticated.

Other Tools