You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+12-3Lines changed: 12 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -48,13 +48,22 @@ Interact with Postgres using natural language right from your IDE:
48
48
49
49
## Supported Tools
50
50
51
-
*`list_tables`: Lists tables in the database.
52
-
*`execute_sql`: Executes a SQL query.
51
+
*`list_tables`: Use this tool to lists tables in the database.
52
+
*`execute_sql`: Use this tool to executes a SQL query.
53
+
*`list_active_queries`: Use this tool to list currently running queries.
54
+
*`list_available_extensions`: Use this tool to list available extensions for installation.
55
+
*`list_installed_extensions`: Use this tool to list installed extensions.
56
+
*`get_query_plan`: Use this tool to get query plan.
57
+
*`list_autovacuum_configurations`: Use this tool to list autovacuum configurations and its value.
58
+
*`list_memory_configuration`s: Use this tool to list memory configurations and its value.
59
+
*`list_top_bloated_tables`: Use this tool to list top bloated tables.
60
+
*`list_replication_slots`: Use this tool to list replication slots.
61
+
*`list_invalid_indexes`: Use this tool to list invalid indexes.
53
62
54
63
## Additional Extensions
55
64
56
65
Find additional extensions to support your entire software development lifecycle at [github.com/gemini-cli-extensions](https://github.com/gemini-cli-extensions).
57
66
58
67
## Troubleshooting
59
68
60
-
* "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.
69
+
* "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.
0 commit comments