delete_records
Delete records from a table that match specified conditions.
How to use it
delete_records is exposed by the MCP Sqlite MCP server. Add the server to your MCP client (Claude Desktop, Cursor, Windsurf and others), and the delete_records tool becomes available to the model automatically. See the full listing for setup details and every tool this server provides.
FULL MCP SQLITE LISTINGOther tools in MCP Sqlite (15)
(object, optional): Filter conditions as key-value pairs
Insert a new record into a table.
(object): Record data as key-value pairs
Get detailed information about the connected database.
Get detailed information about a table's schema.
(number, optional): Maximum number of records to return
List all tables in the database.
(number, optional): Number of records to skip
Execute a custom SQL query against the connected SQLite database.
Query records from a table with optional filtering.
(string): The SQL query to execute
(string): Name of the table
(string): Name of the table
Update records in a table that match specified conditions.
(array, optional): Array of parameter values to use in the query