Skip to main content
Glama

postman-mcp-server

by delano

create_collection_folder

Organize Postman collections by adding structured folders to group related API requests, improving workflow clarity and management efficiency.

Instructions

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" }
Install Server

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