postman-mcp-server

get_tagged_elements

Retrieve API, collection, or workspace elements tagged with a specific slug in Postman. Supports pagination, sorting, and filtering by entity type for precise results.

Instructions

Get elements by tag

Input Schema

NameRequiredDescriptionDefault
cursorNoPagination cursor
directionNoSort direction
entityTypeNoFilter by entity type
limitNoMaximum number of results to return
slugYesTag slug

Input Schema (JSON Schema)

{ "properties": { "cursor": { "description": "Pagination cursor", "type": "string" }, "direction": { "description": "Sort direction", "enum": [ "asc", "desc" ], "type": "string" }, "entityType": { "description": "Filter by entity type", "enum": [ "api", "collection", "workspace" ], "type": "string" }, "limit": { "description": "Maximum number of results to return", "type": "integer" }, "slug": { "description": "Tag slug", "type": "string" } }, "required": [ "slug" ], "type": "object" }

You must be authenticated.

Other Tools from postman-mcp-server

Related Tools

ID: zoig549xfd