mcp-sqlalchemy

Official
Apache 2.0
7
  • Apple
  • Linux

podbc_execute_query_md

Run SQL queries and retrieve results formatted as Markdown tables using SQLAlchemy connectivity, enabling easy integration with any DBMS.

Instructions

Execute a SQL query and return results in Markdown table format.

Input Schema

NameRequiredDescriptionDefault
max_rowsNo
paramsNo
queryYes
urlNo

Input Schema (JSON Schema)

{ "properties": { "max_rows": { "default": 100, "title": "Max Rows", "type": "integer" }, "params": { "anyOf": [ { "additionalProperties": true, "type": "object" }, { "type": "null" } ], "default": null, "title": "Params" }, "query": { "title": "Query", "type": "string" }, "url": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Url" } }, "required": [ "query" ], "title": "podbc_execute_query_mdArguments", "type": "object" }

You must be authenticated.

Other Tools from mcp-sqlalchemy

Related Tools

ID: d29eq2qygt