Skip to content

Commit 2b14278

Browse files
authored
Update README.md (#3)
1 parent d526854 commit 2b14278

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

README.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,13 +48,22 @@ Interact with Postgres using natural language right from your IDE:
4848

4949
## Supported Tools
5050

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.
5362

5463
## Additional Extensions
5564

5665
Find additional extensions to support your entire software development lifecycle at [github.com/gemini-cli-extensions](https://github.com/gemini-cli-extensions).
5766

5867
## Troubleshooting
5968

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

Comments
 (0)