List Collections
list_collectionsIdentify valid Bruno collections by reading workspace.yml, returning their names, paths, and existence status for further operations.
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 |