Skip to main content
Glama
466,365 tools. Updated 2026-08-19 13:55

"Instructions for building a table with columns" matching MCP tools:

  • Generate DDL for a table or view that conforms to the Graph Edge Contract, defining lineage edges with required and optional columns, without needing a database connection.
    MIT
  • Create a new table in a Deriva domain schema, defining columns with types and constraints, and optionally adding foreign keys to reference other tables.
    Apache 2.0
  • Generate a radar chart from a Teradata table for multi-dimensional category comparison. Use table name, label column, and value columns.
    MIT
  • Parses a SQL statement to extract CTEs, source tables, and projected columns for pipeline planning. Use this to inspect SQL decomposition before building a plan.
    MIT
  • Creates a new asset table for file management with automatic URL, filename, length, MD5, and description columns, plus optional custom columns and foreign keys for provenance tracking.
    Apache 2.0
  • Identify columns with missing or NULL values in a table. Returns a summary showing which columns have missing data and how many nulls per column.
    MIT

Matching MCP Servers

Matching MCP Connectors

  • Building intelligence for NYC, LA, Chicago rentals: violations, 311, reviews, rents, landlords.

  • Fresh US building permits with contacts from official city APIs. Construction lead generation.

  • Insert one or more columns at a specified position in a table's raw source, shifting existing columns to the right. Works for any table type and returns the current table ID.
    LGPL 3.0
  • Control column visibility in table views by setting visible-columns annotations. Define which columns show in each UI context, with changes staged until applied.
    Apache 2.0
  • List columns of a table in a SAS library using a compute context. Specify compute context, library, and table to retrieve column names with optional filters.
    Apache 2.0
  • Add one or more columns to a table in a watsonx.data schema by providing column names, data types, and optional attributes such as precision or scale.
    Apache 2.0
  • Insert rows into a Databar table (max 100). Auto-create new text columns when adding data with unknown column names.
    MIT
  • Get detailed schema and metadata for any watsonx.data table, including columns, data types, and comments, by specifying catalog, schema, table, and engine.
    Apache 2.0
  • Extend a validated research table by adding a new column. Preview cost estimate, then approve to run validation with caching for existing columns.
    MIT
  • List required input fields for a pacs message type to quickly identify mandatory columns before building payment records.
    Apache 2.0
  • Update Apache Superset datasets: modify table name, SQL, description, columns, or metrics. Only changed fields are needed; replacing all columns requires confirmation.
    MIT
  • Append a table to a Word document with specified rows, columns, and optional data and style.
    MIT