mcp-database-server

delete_json_doc

Remove a JSON document from the MCP server by specifying its unique ID, ensuring efficient data management in a fireproof ledger database with multi-user sync capabilities.

Instructions

Delete a JSON document by ID

Input Schema

NameRequiredDescriptionDefault
idYesID of document to delete

Input Schema (JSON Schema)

{ "properties": { "id": { "description": "ID of document to delete", "type": "string" } }, "required": [ "id" ], "type": "object" }

You must be authenticated.

Other Tools from mcp-database-server

Related Tools

ID: 1p6uu10u9a