Skip to main content
Glama

postman-mcp-server

by delano

patch_collection

Update specific fields of a Postman collection without modifying the entire structure. Input the collection ID and desired changes to streamline collection management.

Instructions

Partially update a collection. Only updates provided fields.

Input Schema

NameRequiredDescriptionDefault
collectionYesCollection fields to update
collection_idYesCollection ID

Input Schema (JSON Schema)

{ "properties": { "collection": { "description": "Collection fields to update", "properties": { "info": { "properties": { "description": { "type": "string" }, "name": { "type": "string" } }, "type": "object" } }, "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

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