postman-mcp-server

create_collection_folder

Create a new folder in a collection

Input Schema

NameRequiredDescriptionDefault
collection_idYesCollection ID
folderYesFolder details

Input Schema (JSON Schema)

{ "properties": { "collection_id": { "description": "Collection ID", "type": "string" }, "folder": { "description": "Folder details", "properties": { "description": { "type": "string" }, "name": { "type": "string" } }, "type": "object" } }, "required": [ "collection_id", "folder" ], "type": "object" }

You must be authenticated.

Other Tools