delete_json_doc_database
Remove a JSON document database from the MCP JSON Document Collection Server by specifying the database name, aiding in efficient database management and cleanup.
Instructions
Delete a JSON document database
Input Schema
Name | Required | Description | Default |
---|---|---|---|
databaseName | Yes |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"databaseName": {
"type": "string"
}
},
"required": [
"databaseName"
],
"type": "object"
}