Skip to main content
Glama

MCP JSON Document Collection Server

by jimpick

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

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/jimpick/mcp-json-db-collection-server'

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