Skip to main content
Glama

CouchDB MCP Server

deleteMangoIndex

Remove a Mango index from a CouchDB 3.x+ database by specifying the database name, design document, and index name. Simplify index management and optimize database performance.

Instructions

Delete a Mango index (CouchDB 3.x+)

Input Schema

NameRequiredDescriptionDefault
dbNameYesDatabase name
designDocYesDesign document name
indexNameYesName of the index

Input Schema (JSON Schema)

{ "properties": { "dbName": { "description": "Database name", "type": "string" }, "designDoc": { "description": "Design document name", "type": "string" }, "indexName": { "description": "Name of the index", "type": "string" } }, "required": [ "dbName", "designDoc", "indexName" ], "type": "object" }
Install Server

Other Tools from CouchDB MCP Server

Related Tools

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/robertoamoreno/couchdb-mcp-server'

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