Typesense MCP Server

by avarant
Verified

export_collection

Export all documents from a specified collection in Typesense. Handles large datasets but may be memory-intensive for very large collections. Useful for data backup, migration, or analysis.

Instructions

Exports all documents from a specific collection. Warning: This can be memory-intensive for very large collections. Args: ctx (Context): The MCP context. collection_name (str): The name of the collection to export. Returns: list[dict] | str: A list of document dictionaries or an error message string.

Input Schema

NameRequiredDescriptionDefault
collection_nameYes

Input Schema (JSON Schema)

{ "properties": { "collection_name": { "title": "Collection Name", "type": "string" } }, "required": [ "collection_name" ], "title": "export_collectionArguments", "type": "object" }
ID: hgixq30f32