postman-mcp-server

get_api_collection

Get a specific collection from an API

Input Schema

NameRequiredDescriptionDefault
apiIdYesAPI ID
collectionIdYesCollection ID
versionIdNoVersion ID (required for API viewers)

Input Schema (JSON Schema)

{ "properties": { "apiId": { "description": "API ID", "type": "string" }, "collectionId": { "description": "Collection ID", "type": "string" }, "versionId": { "description": "Version ID (required for API viewers)", "type": "string" } }, "required": [ "apiId", "collectionId" ], "type": "object" }

You must be authenticated.

Other Tools