postman-mcp-server

create_collection_response

Create a new response in a collection

Input Schema

NameRequiredDescriptionDefault
collection_idYesCollection ID
request_idYesParent request ID
responseYesResponse details

Input Schema (JSON Schema)

{ "properties": { "collection_id": { "description": "Collection ID", "type": "string" }, "request_id": { "description": "Parent request ID", "type": "string" }, "response": { "description": "Response details", "properties": { "code": { "type": "number" }, "name": { "type": "string" }, "status": { "type": "string" } }, "type": "object" } }, "required": [ "collection_id", "request_id", "response" ], "type": "object" }

You must be authenticated.

Other Tools