SQLite MCP Server

read_query

Execute SELECT queries on SQLite databases to retrieve and analyze data, enabling efficient database interaction and business insight generation through the SQLite MCP Server.

Instructions

Execute a SELECT query on the SQLite database

Input Schema

NameRequiredDescriptionDefault
queryYesSELECT SQL query to execute

Input Schema (JSON Schema)

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

You must be authenticated.

Other Tools from SQLite MCP Server

Related Tools

ID: da1wnq8zrd