postman-mcp-server

add_api_collection

Add a collection to an API

Input Schema

NameRequiredDescriptionDefault
apiIdYesAPI ID
dataNoCollection data based on operation type
operationTypeYesType of collection operation

Input Schema (JSON Schema)

{ "properties": { "apiId": { "description": "API ID", "type": "string" }, "data": { "description": "Collection data based on operation type", "type": "object" }, "operationType": { "description": "Type of collection operation", "enum": [ "COPY_COLLECTION", "CREATE_NEW", "GENERATE_FROM_SCHEMA" ], "type": "string" } }, "required": [ "apiId", "operationType" ], "type": "object" }

You must be authenticated.

Other Tools