postman-mcp-server

get_collection

Get details of a specific collection

Input Schema

NameRequiredDescriptionDefault
access_keyNoCollection's read-only access key. Using this query parameter does not require an API key.
collection_idYesCollection ID
modelNoReturn minimal collection data (only root-level request and folder IDs)

Input Schema (JSON Schema)

{ "properties": { "access_key": { "description": "Collection's read-only access key. Using this query parameter does not require an API key.", "type": "string" }, "collection_id": { "description": "Collection ID", "type": "string" }, "model": { "description": "Return minimal collection data (only root-level request and folder IDs)", "enum": [ "minimal" ], "type": "string" } }, "required": [ "collection_id" ], "type": "object" }

You must be authenticated.

Other Tools