Skip to main content
Glama

postman-mcp-server

by delano

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

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/delano/postman-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server