Skip to main content
Glama

MCP Universal DB Client

run_query

Execute SQL queries on connected databases to retrieve, update, or manage data across PostgreSQL, MySQL, and SQLite systems through a unified interface.

Instructions

Run SQL query on the connected database

Input Schema

NameRequiredDescriptionDefault
connectionIDYesThe connection ID
queryYesThe SQL queries to execute

Input Schema (JSON Schema)

{ "properties": { "connectionID": { "description": "The connection ID", "type": "string" }, "query": { "description": "The SQL queries to execute", "items": { "type": "string" }, "type": "array" } }, "required": [ "connectionID", "query" ], "type": "object" }

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/IzumiSy/mcp-universal-db-client'

If you have feedback or need assistance with the MCP directory API, please join our Discord server