postman-mcp-server

sync_collection_with_schema

Synchronize a Postman collection with its schema by providing the API ID and Collection ID to ensure consistency and accuracy in API workflows.

Instructions

Sync a collection with its schema

Input Schema

NameRequiredDescriptionDefault
apiIdYesAPI ID
collectionIdYesCollection ID

Input Schema (JSON Schema)

{ "properties": { "apiId": { "description": "API ID", "type": "string" }, "collectionId": { "description": "Collection ID", "type": "string" } }, "required": [ "apiId", "collectionId" ], "type": "object" }

You must be authenticated.

Other Tools from postman-mcp-server

Related Tools

ID: zoig549xfd