Skip to main content
Glama

CouchDB MCP Server

deleteDatabase

Remove a CouchDB database by specifying its name via the CouchDB MCP Server, ensuring efficient management and cleanup of unused or outdated data.

Instructions

Delete a CouchDB database

Input Schema

NameRequiredDescriptionDefault
dbNameYesDatabase name to delete

Input Schema (JSON Schema)

{ "properties": { "dbName": { "description": "Database name to delete", "type": "string" } }, "required": [ "dbName" ], "type": "object" }

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