Skip to main content
Glama

CouchDB MCP Server

createMangoIndex

Create a new Mango index in CouchDB 3.x+ by specifying the database name, index name, and fields to index, enabling efficient querying within the database.

Instructions

Create a new Mango index (CouchDB 3.x+)

Input Schema

NameRequiredDescriptionDefault
dbNameYesDatabase name
fieldsYesFields to index
indexNameYesName of the index

Input Schema (JSON Schema)

{ "properties": { "dbName": { "description": "Database name", "type": "string" }, "fields": { "description": "Fields to index", "items": { "type": "string" }, "type": "array" }, "indexName": { "description": "Name of the index", "type": "string" } }, "required": [ "dbName", "indexName", "fields" ], "type": "object" }

You must be authenticated.

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