UniCloudDB-MCP

by abuhtig

remove

Delete records from a specified collection in UniCloudDB-MCP using JQL query conditions, enabling precise data removal for database management.

Input Schema

NameRequiredDescriptionDefault
collectionYes集合名称
whereYes查询条件 (JQL格式)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "collection": { "description": "集合名称", "type": "string" }, "where": { "additionalProperties": {}, "description": "查询条件 (JQL格式)", "type": "object" } }, "required": [ "collection", "where" ], "type": "object" }

You must be authenticated.

Other Tools from UniCloudDB-MCP

Related Tools

ID: gycc5smn7b