Create a new database connection in Apache Superset by providing connection details like SQLAlchemy URI, engine type, and database name to enable data visualization.
Create a new project with any supported framework such as Spring Boot, React, Vue, Next.js, FastAPI, and others. Configure options including TypeScript, testing, Docker, and database.
Scan Python projects for patterns that break obfuscation, such as eval, exec, and dynamic attribute access. Returns severity counts, detected frameworks, and a suggested preset.
Retrieve the Data Definition Language (DDL) for a Teradata table to view its structure and schema definition. This tool displays the complete SQL statement used to create or alter the table.
Filter and retrieve table names containing a specific substring from any DBMS using SQLAlchemy connectivity via pyodbc, returning schema and table details in a structured list.
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.
Execute SPASQL queries on databases via SQLAlchemy connectivity, enabling retrieval of structured results with customizable row limits and timeout settings.
Execute SQL queries and retrieve results in JSONL format. Configure max rows, parameters, and connection URL for precise data extraction via SQLAlchemy connectivity.
Retrieve table definitions, including column names, data types, and keys, from any SQLAlchemy-accessible DBMS using the MCP server's pyodbc connectivity.
Analyze table usage patterns to identify relationships between database tables, supporting SQL query generation and metadata extraction for Teradata databases.