Skip to main content
Glama

CockroachDB MCP Server

drop_index

Remove an existing index from CockroachDB by specifying its name, enabling efficient database management and optimization. Returns a success or error message for confirmation.

Instructions

Drop an existing index.

Args: index_name (str): Name of the index to drop.

Returns: A success message or an error message.

Input Schema

NameRequiredDescriptionDefault
index_nameYes

Input Schema (JSON Schema)

{ "properties": { "index_name": { "title": "Index Name", "type": "string" } }, "required": [ "index_name" ], "title": "drop_indexArguments", "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/amineelkouhen/mcp-cockroach'

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