Skip to main content
Glama

postman-mcp-server

by delano

merge_collection_fork

Merge a forked Postman collection into its parent using a specified strategy, such as updating, deleting, or default merging, to synchronize changes between source and destination collections.

Instructions

Merge a forked collection back into its parent

Input Schema

NameRequiredDescriptionDefault
destinationYesDestination collection ID
sourceYesSource collection ID
strategyYesMerge strategy

Input Schema (JSON Schema)

{ "properties": { "destination": { "description": "Destination collection ID", "type": "string" }, "source": { "description": "Source collection ID", "type": "string" }, "strategy": { "description": "Merge strategy", "enum": [ "default", "updateSourceWithDestination", "deleteSource" ], "type": "string" } }, "required": [ "source", "destination", "strategy" ], "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