# NocoDB AI integration on Definable

> Free & open source Airtable alternative.

## What this connects

Free & open source Airtable alternative. NocoDB turns any database into a smart spreadsheet with REST APIs.

Vendor: https://nocodb.com

## Tools available

**28** tools available. First 12:

- `NOCODB_AUTH_ME` — Get User Info — Tool to get authenticated user information including email, name, roles, and profile details. Use when you need to verify user authentication or retrieve the current user's profile information.
- `NOCODB_AUTH_PASSWORD_FORGOT` — Forgot Password — Tool to initiate password reset process by sending a reset email to the user. Use when a user has forgotten their password and needs to receive a password reset link via email.
- `NOCODB_AUTH_SIGNOUT` — Sign Out User — Tool to sign out the authenticated user and clear their refresh token from the database and cookie. Use when you need to invalidate a user's authentication session and log them out of the NocoDB application.
- `NOCODB_DB_TABLE_SORT_GET` — Get Sort Metadata — Tool to retrieve sort configuration by ID from NocoDB. Use when you need to get details about how data is ordered in a specific view.
- `NOCODB_DB_VIEW_COLUMN_UPDATE` — Update View Column — Tool to update a column configuration in a view. Use when you need to change column visibility, order, or width in a specific view.
- `NOCODB_DB_VIEW_DELETE` — Delete View — Tool to delete a view from a NocoDB table. Use when you need to permanently remove a view. This action cannot be undone.
- `NOCODB_DB_VIEW_ROW_DELETE` — Delete Table View Row — Tool to delete a specific row from a table view in NocoDB. Use when you need to remove a single record from a view.
- `NOCODB_INTEGRATIONS_INFO` — Get Integration Info — Tool to retrieve metadata for a specific NocoDB integration by type and subtype. Use when you need to get integration configuration schema, display information, or available capabilities for an integration.
- `NOCODB_INTEGRATIONS_LIST` — List Integrations — Tool to retrieve all available integrations in NocoDB. Use when you need to list all integrations including AI, authentication, sync, and workflow-node types.
- `NOCODB_INTEGRATION_STORE` — Store Integration Configuration — Tool to store configuration for a NocoDB integration. Use when you need to save or update integration settings like API keys, models, or other configuration parameters.
- `NOCODB_LIST_WORKSPACES` — List Workspaces — Tool to list all workspaces accessible to the authenticated user. Use when you need to discover workspace_id before base operations, primarily relevant for NocoDB Cloud or multi-workspace deployments.
- `NOCODB_NOTIFICATION_DELETE` — Delete Notification — Tool to delete a notification for the authenticated user. Use when you need to remove a notification. This performs a soft-delete operation.

## Auth

Auth schemes: `API_KEY`, `API_KEY`.

## How agents use NocoDB

Inside a Definable workflow, NocoDB is one of the tools the **Distributor specialist** can call. Example coordination patterns:

- **Researcher → NocoDB** — the Researcher (GPT-5.5) pulls context from NocoDB (records, threads, documents), synthesises findings, and briefs the rest of the team.
- **Writer → Distributor → NocoDB** — the Writer (Claude Opus 4.7) drafts copy in brand voice, the Verifier passes it, then the Distributor writes the result into NocoDB (create record, post message, draft email).
- **Designer / Engineer → Distributor → NocoDB** — the Designer ships an asset or the Engineer ships a code change, the Distributor delivers it via NocoDB (attach file, open PR comment, post status).

The Verifier checks every NocoDB call. On rate limit, schema drift, or auth refresh it self-heals and retries — the workflow completes without manual intervention.

## Categories

- databases — https://definable.ai/apps/category/databases/
- spreadsheets — https://definable.ai/apps/category/spreadsheets/

## Related

- HTML page: https://definable.ai/apps/nocodb/
- Same category (databases): https://definable.ai/apps/category/databases/
- All integrations: https://definable.ai/apps/
- Workflow (multi-agent loop): https://definable.ai/workflow/
- Apps llms.txt index: https://definable.ai/llms-apps.txt
