run-collection

Execute a Bruno Collection via CLI by specifying the collection path, optional environment file, and variables for streamlined API testing workflows.

Instructions

Run a Bruno Collection using Bruno CLI

Input Schema

NameRequiredDescriptionDefault
collectionYesPath to the Bruno collection
environmentNoOptional path to environment file
variablesNoOptional environment variables

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "collection": { "description": "Path to the Bruno collection", "type": "string" }, "environment": { "description": "Optional path to environment file", "type": "string" }, "variables": { "description": "Optional environment variables", "items": { "type": "string" }, "type": "array" } }, "required": [ "collection" ], "type": "object" }

You must be authenticated.

Other Tools from Bruno MCP

Related Tools

ID: e67ylblx9z