List Collections
list_collectionsList Bruno collections registered in workspace.yml, returning names, paths, and existence flags. Use the returned paths with other Bruno MCP tools.
Instructions
List the Bruno collections REGISTERED IN workspace.yml, with their names and paths. This is a registry listing, not a filesystem scan: a collection that exists on disk but is not registered will NOT appear, and registered entries that no longer exist are returned with "exists": false. If you already know a collection's absolute path, pass it directly to the other tools — it does not need to appear here. Use the returned path as collectionPath in other tools (get_collection_stats, list_requests, run_collection).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| workspacePath | No | Optional explicit path to workspace.yml |