SQLite MCP Server

write_query

Execute INSERT, UPDATE, or DELETE queries on a SQLite database to modify data and manage database operations.

Instructions

Execute an INSERT, UPDATE, or DELETE query on the SQLite database

Input Schema

NameRequiredDescriptionDefault
queryYesSQL query to execute

Input Schema (JSON Schema)

{ "properties": { "query": { "description": "SQL query to execute", "type": "string" } }, "required": [ "query" ], "type": "object" }

You must be authenticated.

Other Tools from SQLite MCP Server

Related Tools

ID: da1wnq8zrd