Skip to main content
Glama

mcp-sqlalchemy

MIT License
12
  • Apple
  • Linux

podbc_describe_table

Retrieve table definitions, including column names, data types, and keys, from any SQLAlchemy-accessible DBMS using the MCP server's pyodbc connectivity.

Instructions

Retrieve and return a dictionary containing the definition of a table, including column names, data types, nullable, autoincrement, primary key, and foreign keys.

Input Schema

NameRequiredDescriptionDefault
SchemaYes
tableYes
urlNo

Input Schema (JSON Schema)

{ "properties": { "Schema": { "title": "Schema", "type": "string" }, "table": { "title": "Table", "type": "string" }, "url": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Url" } }, "required": [ "Schema", "table" ], "title": "podbc_describe_tableArguments", "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