Skip to main content
Glama

RushDB

BulkDeleteRecords

Remove multiple database records that match specific search conditions in RushDB. Use this tool to clean up data by deleting records based on defined criteria and optional labels.

Instructions

Delete multiple records matching a query

Input Schema

NameRequiredDescriptionDefault
labelsNoFilter by record labels
transactionIdNoOptional transaction ID for atomic bulk deletion
whereYesSearch conditions for records to delete

Input Schema (JSON Schema)

{ "properties": { "labels": { "description": "Filter by record labels", "items": { "type": "string" }, "type": "array" }, "transactionId": { "description": "Optional transaction ID for atomic bulk deletion", "type": "string" }, "where": { "description": "Search conditions for records to delete", "type": "object" } }, "required": [ "where" ], "type": "object" }

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/1pxone/RushDB'

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