Skip to main content
Glama

Infer MCP Server

by jackyxhb

dbQuery

Execute SQL queries on PostgreSQL databases to retrieve and manage data through database connections.

Instructions

Execute a SQL query on a PostgreSQL database

Input Schema

NameRequiredDescriptionDefault
connectionStringYesDatabase connection string
queryYesSQL query to execute

Input Schema (JSON Schema)

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

Other Tools from Infer MCP Server

Related Tools

    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/jackyxhb/InferMCPServer'

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