bruno_list_environments
Retrieve all available environments from a Bruno collection to manage different API configurations and testing scenarios.
Instructions
List all available environments in a Bruno collection
Input Schema
| Name | Required | Description | Default | 
|---|---|---|---|
| collectionPath | Yes | Path to the Bruno collection | 
Input Schema (JSON Schema)
{
  "properties": {
    "collectionPath": {
      "description": "Path to the Bruno collection",
      "type": "string"
    }
  },
  "required": [
    "collectionPath"
  ],
  "type": "object"
}