SQL List Tool

The SQL List Tool, also called the SQL Table Inspector, enables agents to interact with SQL databases. This tool is essential for agents that need to query database schemas, retrieve lists of tables, or understand the structure of a database to build more advanced queries or carry out data-driven operations. It serves as a metadata inspector, helping agents explore the database layout before executing logic.

Field Description
*Indicates mandatory field
Name* A unique, user-defined name for this instance of the SQL List Tool. This name will be used in your agent’s logic.
Description* A short summary explaining the purpose or function of this SQL List Tool instance.
Database Type* Select the type of SQL database to connect to. This determines the connection parameters and behavior.
URL* Provide a URL, used to initialize or define the database.
Credentials to connect with (appears when you select Postgres in the Database Type field) Select the relevant credential (for example, Postgres Database Credential) set up in the Credentials section to allow connection to the database.
Note: Refer to the Adding a Credential section for steps to configure this.