Skip to main content
Glama

postman-mcp-server

by delano

list_collection_access_keys

Retrieve and filter access keys for Postman collections by specifying a collection ID or using pagination for efficient data management.

Instructions

List collection access keys with optional filtering by collection ID

Input Schema

NameRequiredDescriptionDefault
collectionIdNoFilter results by collection ID
cursorNoPagination cursor

Input Schema (JSON Schema)

{ "properties": { "collectionId": { "description": "Filter results by collection ID", "type": "string" }, "cursor": { "description": "Pagination cursor", "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