Skip to content

Commit 3c0eda6

Browse files
authored
docs: update supported tools list to match toolbox reference (#78)
1 parent acd63fe commit 3c0eda6

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

README.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,15 +79,26 @@ Interact with Postgres using natural language right from your IDE:
7979
## Supported Tools
8080

8181
* `list_tables`: Use this tool to list tables in the database.
82+
* `database_overview`: Use this tool to fetches the current state of the PostgreSQL server.
8283
* `execute_sql`: Use this tool to execute a SQL query.
8384
* `list_active_queries`: Use this tool to list currently running queries.
8485
* `list_available_extensions`: Use this tool to list available extensions for installation.
8586
* `list_installed_extensions`: Use this tool to list installed extensions.
8687
* `get_query_plan`: Use this tool to get query plan.
8788
* `list_autovacuum_configurations`: Use this tool to list autovacuum configurations and its value.
89+
* `list_database_stats`: Use this tool to lists the key performance and activity statistics for each database in the PostgreSQL server.
90+
* `list_indexes`: Use this tool to list available user indexes in a PostgreSQL database.
8891
* `list_memory_configurations`: Use this tool to list memory configurations and its value.
89-
* `list_top_bloated_tables`: Use this tool to list top bloated tables.
92+
* `list_pg_settings`: Use this tool to list configuration parameters for the PostgreSQL server.
93+
* `list_publication_tables`: Use this tool to list publication tables in a PostgreSQL database.
9094
* `list_replication_slots`: Use this tool to list replication slots.
95+
* `list_roles`: Use this tool to lists all the user-created roles in PostgreSQL database.
96+
* `list_schemas`: Use this tool to lists schemas in the database.
97+
* `list_sequences`: Use this tool to list sequences in a PostgreSQL database.
98+
* `list_tablespaces`: Use this tool to lists tablespaces in the database.
99+
* `list_top_bloated_tables`: Use this tool to list top bloated tables.
100+
* `list_triggers`: Use this tool to lists triggers in the database.
101+
* `list_views`: Use this tool to lists views in the database from pg_views with a default limit of 50 rows.
91102
* `list_invalid_indexes`: Use this tool to list invalid indexes.
92103

93104
## Additional Extensions

0 commit comments

Comments
 (0)