postman-mcp-server

get_collection_folder

Get details of a specific folder in a collection

Input Schema

NameRequiredDescriptionDefault
collection_idYesCollection ID
folder_idYesFolder ID
idsNoReturn only properties that contain ID values
populateNoReturn all folder contents
uidNoReturn all IDs in UID format

Input Schema (JSON Schema)

{ "properties": { "collection_id": { "description": "Collection ID", "type": "string" }, "folder_id": { "description": "Folder ID", "type": "string" }, "ids": { "description": "Return only properties that contain ID values", "type": "boolean" }, "populate": { "description": "Return all folder contents", "type": "boolean" }, "uid": { "description": "Return all IDs in UID format", "type": "boolean" } }, "required": [ "collection_id", "folder_id" ], "type": "object" }

You must be authenticated.

Other Tools