Acerca de
This Python-based utility provides a focused capability to remove data from SQLite database tables. It allows users to specify a database path, table name, and optional simple equality filters to precisely target and delete records. The tool includes a safeguard, `allow_full_table`, to prevent accidental full-table deletions, making it a controlled solution for SQLite data management within an MCP environment.