Skip to main content
Glama

Bruno MCP Server

by jcr82

bruno_validate_environment

Validate environment file structure and variables in Bruno collections to ensure proper configuration and prevent API testing errors.

Instructions

Validate an environment file structure and variables

Input Schema

NameRequiredDescriptionDefault
collectionPathYesPath to the Bruno collection
environmentNameYesName of the environment to validate (e.g., "dev", "staging", "production")

Input Schema (JSON Schema)

{ "properties": { "collectionPath": { "description": "Path to the Bruno collection", "type": "string" }, "environmentName": { "description": "Name of the environment to validate (e.g., \"dev\", \"staging\", \"production\")", "type": "string" } }, "required": [ "collectionPath", "environmentName" ], "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