Skip to main content
Glama

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

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/fireproof-storage/mcp-database-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server