mcp-sqlalchemy

Official
Apache 2.0
7
  • Apple
  • Linux

podbc_get_tables

Retrieve a list of tables and their details from a specified database schema using SQLAlchemy connectivity. Automatically defaults to the connection schema if none is provided.

Instructions

Retrieve and return a list containing information about tables in specified schema, if empty uses connection default

Input Schema

NameRequiredDescriptionDefault
SchemaNo
urlNo

Input Schema (JSON Schema)

{ "properties": { "Schema": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Schema" }, "url": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Url" } }, "title": "podbc_get_tablesArguments", "type": "object" }

You must be authenticated.

Other Tools from mcp-sqlalchemy

Related Tools

ID: d29eq2qygt