MCP JSON Document Collection Server

delete_json_doc_from_db

Remove a specific JSON document by its ID from a designated database using this tool, simplifying document management within the MCP JSON Document Collection Server.

Instructions

Delete a JSON document by ID from a document database

Input Schema

NameRequiredDescriptionDefault
databaseNameNoname of document database to delete from
idNoID of document to delete

Input Schema (JSON Schema)

{ "properties": { "databaseName": { "description": "name of document database to delete from", "type": "string" }, "id": { "description": "ID of document to delete", "type": "string" } }, "type": "object" }

You must be authenticated.

Other Tools from MCP JSON Document Collection Server

Related Tools

ID: zk162p0woy