Skip to main content
Glama

CouchDB MCP Server

createDatabase

Allows users to generate a new CouchDB database by specifying a unique database name, enabling structured data storage and management via the CouchDB MCP Server.

Instructions

Create a new CouchDB database

Input Schema

NameRequiredDescriptionDefault
dbNameYesDatabase name

Input Schema (JSON Schema)

{ "properties": { "dbName": { "description": "Database name", "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