bruno_list_requests
Display all API requests within a Bruno collection to review available endpoints and their configurations for testing workflows.
Instructions
List all requests 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"
}