postman-mcp-server

add_pan_element

Add elements or folders to a Private API Network in Postman by specifying details like type, name, and parent folder ID for organized API management.

Instructions

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 from postman-mcp-server

Related Tools

ID: zoig549xfd