Skip to main content
Glama
Cyronius

claude-database-tools

by Cyronius

delete_data

Permanently removes records from database tables using physical DELETE operations. Use with caution as this bypasses soft delete patterns and cannot be undone.

Instructions

Executes a physical DELETE operation on table records. WARNING: This database uses soft delete patterns (__deleted flag). Consider using update_data to set __deleted = 1 instead for most use cases.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tableNameYesName of the table to delete from
whereClauseYesWHERE clause to identify which records to delete. REQUIRED for safety.
confirmDeleteYesMust be set to true to confirm physical deletion. Physical deletes are permanent and bypass the soft delete pattern.

Latest Blog Posts

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/Cyronius/claude-database-tools'

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