Skip to main content
Glama

postman-mcp-server

by delano

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

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