Skip to main content
Glama

postman-mcp-server

by delano

transfer_collection_items

Transfer or copy folders, requests, or responses between Postman collections by specifying item IDs, target location, and transfer mode.

Instructions

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 from postman-mcp-server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/delano/postman-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server