postman-mcp-server

add_pan_element

Add element or folder to Private API Network

Input Schema

NameRequiredDescriptionDefault
descriptionNoElement/folder description
elementIdNoID of API/collection/workspace to add
nameYesElement/folder name
parentFolderIdNoParent folder ID
summaryNoElement summary
typeYesElement type

Input Schema (JSON Schema)

{ "properties": { "description": { "description": "Element/folder description", "type": "string" }, "elementId": { "description": "ID of API/collection/workspace to add", "type": "string" }, "name": { "description": "Element/folder name", "type": "string" }, "parentFolderId": { "description": "Parent folder ID", "type": "integer" }, "summary": { "description": "Element summary", "type": "string" }, "type": { "description": "Element type", "enum": [ "api", "collection", "workspace", "folder" ], "type": "string" } }, "required": [ "type", "name" ], "type": "object" }

You must be authenticated.

Other Tools