postman-mcp-server

get_tagged_elements

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