postman-mcp-server

update_collection

Modify an existing Postman collection by replacing it entirely with updated content. Supports collections up to 20 MB in Postman Collection Format v2.1.

Instructions

Update an existing collection. Full collection replacement with maximum size of 20 MB.

Input Schema

NameRequiredDescriptionDefault
collectionYesCollection details in Postman Collection Format v2.1
collection_idYesCollection ID

Input Schema (JSON Schema)

{ "properties": { "collection": { "description": "Collection details in Postman Collection Format v2.1", "properties": { "info": { "properties": { "name": { "type": "string" }, "schema": { "type": "string" } }, "required": [ "name", "schema" ], "type": "object" }, "item": { "type": "array" } }, "required": [ "info", "item" ], "type": "object" }, "collection_id": { "description": "Collection ID", "type": "string" } }, "required": [ "collection_id", "collection" ], "type": "object" }

You must be authenticated.

Other Tools from postman-mcp-server

Related Tools

ID: zoig549xfd