Skip to main content
Glama

postman-mcp-server

by delano

list_collections

Retrieve and manage Postman collections in a workspace using filtering and pagination for organized API testing and development.

Instructions

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 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