qdrant_list_collections
Retrieves metadata for all Qdrant collections, including point counts and vector dimensions, in markdown or JSON format.
Instructions
List all collections in Qdrant.
Retrieves metadata about all collections including point counts and vector dimensions.
Args: params (ListCollectionsInput): Validated parameters: - response_format (str): 'markdown' or 'json'
Returns: str: Formatted list of collections with metadata
Errors: - Connection error: "Cannot connect to Qdrant at {url}"
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |