Skip to main content
Glama

Bruno MCP Server

by jcr82

bruno_run_request

Execute specific API requests from Bruno collections to test endpoints, manage environments, and generate test reports for validation and CI/CD integration.

Instructions

Run a specific request from a Bruno collection

Input Schema

NameRequiredDescriptionDefault
collectionPathYesPath to the Bruno collection
requestNameYesName of the request to run
environmentNoName or path of the environment to use (optional)
envVariablesNoEnvironment variables as key-value pairs (optional)
reporterJsonNoPath to write JSON report (optional)
reporterJunitNoPath to write JUnit XML report for CI/CD integration (optional)
reporterHtmlNoPath to write HTML report (optional)
dryRunNoValidate request configuration without executing HTTP call (optional)

Input Schema (JSON Schema)

{ "properties": { "collectionPath": { "description": "Path to the Bruno collection", "type": "string" }, "dryRun": { "description": "Validate request configuration without executing HTTP call (optional)", "type": "boolean" }, "envVariables": { "additionalProperties": { "type": "string" }, "description": "Environment variables as key-value pairs (optional)", "type": "object" }, "environment": { "description": "Name or path of the environment to use (optional)", "type": "string" }, "reporterHtml": { "description": "Path to write HTML report (optional)", "type": "string" }, "reporterJson": { "description": "Path to write JSON report (optional)", "type": "string" }, "reporterJunit": { "description": "Path to write JUnit XML report for CI/CD integration (optional)", "type": "string" }, "requestName": { "description": "Name of the request to run", "type": "string" } }, "required": [ "collectionPath", "requestName" ], "type": "object" }

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

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