vector_store_list
List all vector store collections and document counts, or browse documents within a specified collection. Use the collection parameter to select a collection and limit to control rows returned.
Instructions
List all collections, or list documents in one collection.
Args: collection: If empty, list collection names and counts. Otherwise list docs in that collection. limit: Max rows when listing documents in a collection.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| collection | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |