SQL Info Tool
The SQL Info Tool, also referred to as the SQL Schema and Data Inspector, allows your agents to retrieve schema information and potentially sample data from SQL databases. This tool is crucial for agents that need to understand the structure of tables, columns, and relationships within a database to formulate accurate queries, validate data, or assist with data migration tasks. It acts as an intelligent inspector, providing agents with the necessary metadata to interact effectively with SQL databases.
| Field | Description |
| *Indicates mandatory field | |
| Name* | A user-defined unique identifier for this tool instance. Agents refer to this name when invoking the tool logic. |
| Description* | A brief description outlining the purpose or role of this tool within your agent’s workflow. |
| Database Type* | Specifies the type of SQL database to connect to (for example, PostgreSQL, MySQL, SQLite). This selection determines the required parameters and connector behavior. |
| URL* | Provide the path or URL to define or initialize the database schema. |
| Credentials to connect with (appears when you select Postgres in the Database Type field) |
Choose an existing database credential (for example, Postgres Database Credential) to establish a secure and authenticated connection. Note: Refer to the Adding a Credential section for steps to configure
this.
|