Skip to main content
Glama

Typesense MCP Server

delete_collection

Remove a specific collection from a Typesense database using its name. This tool permanently deletes the collection schema and all associated data for efficient management of your search infrastructure.

Instructions

Deletes a specific collection. Args: ctx (Context): The MCP context. collection_name (str): The name of the collection to delete. Returns: dict | str: The deleted collection schema dictionary 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": "delete_collectionArguments", "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/avarant/typesense-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server