Skip to main content
Glama

mcp-sqlalchemy

MIT License
12
  • 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

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/OpenLinkSoftware/mcp-sqlalchemy-server'

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