SingleStore MCP Server

query_table

Execute SQL queries on SingleStore database tables directly using the MCP server, ensuring secure SSL support and TypeScript safety for database interactions.

Instructions

Execute a query on a table

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 SingleStore MCP Server

Related Tools

ID: 6t5uvbrpor