Table tool

With the table tool, you can give AI access to tables defined in the Table Definition tool. This is useful, if you want to allow the AI to read, update, create, or delete data in that table.

Create the table tool

Go to AI Tools, create a new tool, set it as type Table Definition and select the table on which you want to enable the tool.

Provide a useful description, so that the AI gets relevant context on what the tool does and what the data is that is supposed to live in the table.

Configure the table tool

When configuring the tool, you can decide which of the options of Create, Read, Update, and Delete are allowed for the AI to execute. When selecting Update or Read, you can configure which fields the AI can read or update.

The AI is cannot execute anything on the table data that you have not configured. The tool layer between the AI and the table makes sure that no amount of prompt injection could make the AI move outside of these guardrails set by you, the developer.