Skip to main content
Glama
569,808 tools. Updated 2026-09-15 02:36

"Baserow" matching MCP tools:

  • Permanently delete a Baserow table by its ID, removing all fields and rows. Use for schema cleanup when a table is no longer needed.
    MIT
  • Remove a field (column) from a Baserow table, permanently deleting all data stored in it. Use it to clean up your database schema when a field is no longer needed.
    MIT
  • List all databases in a Baserow workspace by providing the workspace ID. Returns database IDs, names, and types to support schema management.
    MIT
  • Retrieve rows from a Baserow table with pagination, full-text search, and sorting. Returns human-readable field names for easy integration.
    MIT

Matching MCP Servers

  • A
    license
    A
    quality
    B
    maintenance
    Enables automated schema management for Baserow, including creating, updating, and deleting tables and fields, with built-in 2FA TOTP authentication.
    16
    72 npm
    MIT
  • A
    license
    Not graded
    quality
    D
    maintenance
    MCP server enabling AI-powered Baserow database operations through natural language, with workspace, table, and row management.
    13
    MIT
  • Delete up to 200 rows from a Baserow table at once by providing an array of row IDs. Streamlines bulk data removal without manual deletion.
    MIT
  • Add a new column to any Baserow table by specifying its name, type, and optional settings. Streamline schema changes directly from your MCP environment.
    MIT
  • Check the current authentication state to retrieve your email, user ID, and token expiry, ensuring your session is valid.
    MIT
  • Delete a single row from a Baserow table by providing the table ID and row ID. Use this tool to remove specific records directly.
    MIT
  • Create a new table in a database and optionally provide initial data rows, with the first row usable as field names to define the schema.
    MIT
  • Create a row in a Baserow table by supplying field values as a JSON object with human-readable field names.
    MIT
  • Modify an existing row within a Baserow table. Provide table ID, row ID, and field-value pairs to update specific record details.
    MIT