mcp-sqlalchemy

Official
Apache 2.0
7
  • Apple
  • Linux

podbc_query_database

Execute SQL queries on any DBMS via SQLAlchemy connectivity and retrieve results in JSONL format for streamlined data processing.

Instructions

Execute a SQL query and return results in JSONL format.

Input Schema

NameRequiredDescriptionDefault
queryYes
urlNo

Input Schema (JSON Schema)

{ "properties": { "query": { "title": "Query", "type": "string" }, "url": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Url" } }, "required": [ "query" ], "title": "podbc_query_databaseArguments", "type": "object" }

You must be authenticated.

Other Tools from mcp-sqlalchemy

Related Tools

ID: d29eq2qygt