Skip to main content
Glama

postman-mcp-server

by delano

update_pan_element

Update or modify elements or folders within the Private API Network in Postman. Edit names, descriptions, summaries, or relocate items by specifying element ID, type, and parent folder.

Instructions

Update element or folder in Private API Network

Input Schema

NameRequiredDescriptionDefault
descriptionNoUpdated description
elementIdYesElement ID
elementTypeYesElement type
nameNoUpdated name
parentFolderIdNoNew parent folder ID
summaryNoUpdated summary

Input Schema (JSON Schema)

{ "properties": { "description": { "description": "Updated description", "type": "string" }, "elementId": { "description": "Element ID", "type": "string" }, "elementType": { "description": "Element type", "enum": [ "api", "collection", "workspace", "folder" ], "type": "string" }, "name": { "description": "Updated name", "type": "string" }, "parentFolderId": { "description": "New parent folder ID", "type": "integer" }, "summary": { "description": "Updated summary", "type": "string" } }, "required": [ "elementId", "elementType" ], "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