qdrant_collection_exists
Check if a Qdrant collection exists without triggering an error. Returns a boolean indicating presence.
Instructions
Check whether a collection exists, without raising if it doesn't.
Example: {"collection_name": "docs"}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| collection_name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| exists | Yes |