get_collection_info
Retrieve schema, statistics, and configuration details for a specified vector collection. Choose between markdown and JSON output formats.
Instructions
Get detailed information about an opened collection.
Retrieves schema definition, statistics, and configuration of a collection.
Args: params (GetCollectionInfoInput): Validated input parameters containing: - collection_name (str): Collection identifier - response_format (ResponseFormat): Output format ('markdown' or 'json')
Returns: str: Collection information in the requested format or error message
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |