Skip to main content
Glama

mcp-sqlalchemy

MIT License
12
  • Apple
  • Linux

podbc_execute_query

Execute SQL queries and retrieve results in JSONL format. Configure max rows, parameters, and connection URL for precise data extraction via SQLAlchemy connectivity.

Instructions

Execute a SQL query and return results in JSONL 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_queryArguments", "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