run_bruno_request
Execute a Bruno API request locally via the CLI and get its status and output, enabling private API testing from AI assistants without data leaving your machine.
Instructions
Execute a Bruno API request using the local Bruno CLI and get status and outputs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| env | No | Optional environment name (e.g. 'local', 'staging'). | |
| env_vars | No | Optional key-value overrides for environment variables. | |
| project_path | No | Optional absolute path to the Bruno collection root. | |
| request_name | Yes | The name of the request to run. |