postman-mcp-server

list_collections

List all collections in a workspace. Supports filtering and pagination.

Input Schema

NameRequiredDescriptionDefault
limitNoMaximum number of results to return
nameNoFilter results by collections that match the given name
offsetNoNumber of results to skip
workspaceNoWorkspace ID

Input Schema (JSON Schema)

{ "properties": { "limit": { "description": "Maximum number of results to return", "type": "number" }, "name": { "description": "Filter results by collections that match the given name", "type": "string" }, "offset": { "description": "Number of results to skip", "type": "number" }, "workspace": { "description": "Workspace ID", "type": "string" } }, "required": [], "type": "object" }

You must be authenticated.

Other Tools