Skip to main content
Glama

runCollection

Execute a Postman collection with detailed test results and execution statistics. Supports variable substitution via environment, iteration count, request/script timeouts, and options to halt on errors or failures.

Instructions

Runs a Postman collection with detailed test results and execution statistics. Supports optional environment for variable substitution.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
collectionIdYesCollection ID in format <OWNER_ID>-<COLLECTION_ID>
environmentIdNoOptional environment ID for variable substitution
iterationCountNoNumber of iterations (default: 1)
requestTimeoutNoRequest timeout in ms (default: 60000)
scriptTimeoutNoScript timeout in ms (default: 5000)
abortOnErrorNoAbruptly halt on errors (default: false)
abortOnFailureNoAbruptly halt on test failures (default: false)
stopOnErrorNoGracefully halt on errors (default: false)
stopOnFailureNoGracefully halt on test failures (default: false)
Behavior2/5

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

No annotations are provided, so the description carries full burden. It states it runs a collection and returns test results, but does not disclose potential side effects (e.g., making HTTP requests), authentication needs, or resource implications. This lack of disclosure reduces transparency.

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

Conciseness5/5

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

Two sentences, no wasted words. Front-loaded with the main purpose and supplementary detail. Efficiently communicates essential information.

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

Completeness2/5

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

With 9 parameters and no output schema, the description is too sparse. It does not explain the return format ('detailed test results, execution statistics'), nor the behavior of timeout or abort options. A more complete description would tie parameters together and clarify expected outcomes.

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%, so baseline is 3. The description adds minimal value beyond the schema, only noting optional environment for variable substitution, which is already described in the schema. No additional context for other parameters like iterationCount or abortOnError.

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

Purpose5/5

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

The description clearly states the tool runs a Postman collection and provides detailed test results and execution statistics. It uses a specific verb ('Runs') and resource ('Postman collection'), and distinguishes from siblings like getCollection or putCollection.

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

Usage Guidelines2/5

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

The description does not provide guidance on when to use this tool versus alternatives (e.g., getCollection for retrieval). It only mentions optional environment support, but no when-not-to-use or context for choosing this over siblings.

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

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