Skip to main content
Glama

getTaggedEntities

Read-onlyIdempotent

Retrieve Postman workspaces, APIs, and collections by tag to organize and search your API development resources efficiently.

Instructions

Gets Postman elements (entities) by a given tag. Tags enable you to organize and search workspaces, APIs, and collections that contain shared tags.

Note:

Tagging is available on Postman Enterprise plans.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
slugYesThe tag's ID within a team or individual (non-team) user scope.
limitNoThe maximum number of tagged elements to return in a single call.
directionNoThe ascending (`asc`) or descending (`desc`) order to sort the results by, based on the time of the entity's tagging.desc
cursorNoThe cursor to get the next set of results in the paginated response. If you pass an invalid value, the API only returns the first set of results.
entityTypeNoFilter results for the given entity type.
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations provide readOnlyHint=true, idempotentHint=true, and destructiveHint=false, indicating this is a safe, non-mutating operation. The description adds context about tag availability on Enterprise plans, which is useful behavioral information not covered by annotations. However, it doesn't disclose other traits like rate limits, authentication needs, or pagination behavior (implied by parameters but not described).

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is appropriately sized and front-loaded, starting with the core purpose. The additional context about tags and the Enterprise note is relevant but could be more streamlined. It avoids unnecessary repetition, though the note about tagging availability might be slightly verbose for a tool description.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool's complexity (5 parameters, no output schema) and rich annotations (readOnly, idempotent, non-destructive), the description is adequate but has gaps. It explains the tool's purpose and tag context but doesn't cover return values (e.g., what 'elements' includes), error handling, or pagination details. With no output schema, more detail on results would improve completeness.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, with all parameters well-documented in the schema (e.g., 'slug' as the tag ID, 'limit' for max results, 'entityType' for filtering). The description doesn't add any parameter-specific semantics beyond what the schema provides, such as explaining how 'slug' relates to tags or providing examples. Baseline 3 is appropriate given the comprehensive schema.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool's purpose: 'Gets Postman elements (entities) by a given tag.' It specifies the verb ('gets') and resource ('Postman elements by tag'), and mentions the specific entity types (workspaces, APIs, collections). However, it doesn't explicitly differentiate this tool from sibling tools like 'getCollections' or 'getWorkspaces' that might also retrieve entities, though those don't filter by tag.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies usage context by explaining that tags organize and search workspaces, APIs, and collections, and notes tagging is available on Enterprise plans. It doesn't explicitly state when to use this tool versus alternatives like 'getCollections' (which might retrieve all collections without tag filtering) or provide clear exclusions. The guidance is helpful but not comprehensive.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

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/postmanlabs/postman-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server