Skip to main content
Glama

postman-mcp-server

by delano

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" }
Install Server

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