Skip to main content
Glama

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

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/hungthai1401/bruno-mcp'

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