Skip to content

PostgreSQL Tools Documentation

This document lists all available PostgreSQL tools and their usage.

Configuration Requirements

To use these tools, you need to configure the following: - PostgreSQL Host - PostgreSQL Port - PostgreSQL Database - PostgreSQL Username - PostgreSQL Password - PostgreSQL Schema (optional)

Tools

Tool Name Description Parameters
postgresql_execute_database_query Execute SQL queries against a PostgreSQL database - connection_id (string): The ID of the PostgreSQL connection to use
- sql_query (string): The SQL query to execute
postgresql_list_database_connections List all available PostgreSQL connections None