Skip to main content
Glama

CouchDB MCP Server

deleteDatabase

Remove a specified database from CouchDB using the provided database name, ensuring efficient management of database resources.

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" }

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