From 9d15d05d2e863b1d63bcc0dfee9e9188e6af1395 Mon Sep 17 00:00:00 2001 From: Averi Kitsch Date: Thu, 18 Sep 2025 12:56:26 -0700 Subject: [PATCH] Update README.md --- README.md | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5739ef1..38ead6f 100644 --- a/README.md +++ b/README.md @@ -48,8 +48,17 @@ Interact with Postgres using natural language right from your IDE: ## Supported Tools -* `list_tables`: Lists tables in the database. -* `execute_sql`: Executes a SQL query. + * `list_tables`: Use this tool to lists tables in the database. + * `execute_sql`: Use this tool to executes a SQL query. + * `list_active_queries`: Use this tool to list currently running queries. + * `list_available_extensions`: Use this tool to list available extensions for installation. + * `list_installed_extensions`: Use this tool to list installed extensions. + * `get_query_plan`: Use this tool to get query plan. + * `list_autovacuum_configurations`: Use this tool to list autovacuum configurations and its value. + * `list_memory_configuration`s: Use this tool to list memory configurations and its value. + * `list_top_bloated_tables`: Use this tool to list top bloated tables. + * `list_replication_slots`: Use this tool to list replication slots. + * `list_invalid_indexes`: Use this tool to list invalid indexes. ## Additional Extensions @@ -57,4 +66,4 @@ Find additional extensions to support your entire software development lifecycle ## Troubleshooting -* "cannot execute binary file": Ensure the correct binary for your OS/Architecture has been downloaded. See [Installing the server](https://googleapis.github.io/genai-toolbox/getting-started/introduction/#installing-the-server) for more information. \ No newline at end of file +* "cannot execute binary file": Ensure the correct binary for your OS/Architecture has been downloaded. See [Installing the server](https://googleapis.github.io/genai-toolbox/getting-started/introduction/#installing-the-server) for more information.