Skip to content

Commit c09d3ba

Browse files
authored
docs: update supported tools list to match toolbox reference (#88)
1 parent 1bac682 commit c09d3ba

File tree

1 file changed

+16
-2
lines changed

1 file changed

+16
-2
lines changed

README.md

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,25 +95,39 @@ Interact with Cloud SQL for PostgreSQL using natural language:
9595
## Supported Tools
9696

9797
* **Admin:**
98+
* `clone_instance`: Creates a clone for an existing Cloud SQL for PostgreSQL instance.
99+
* `create_backup`: Creates a backup on a Cloud SQL instance.
98100
* `create_instance`: Use this tool to create an Postgres instance.
99101
* `create_user`: Use this tool to create Postgres-BUILT-IN or IAM-based users.
100102
* `create_database`: Creates a new database in a Cloud SQL instance.
101103
* `get_instance`: Use this tool to get details about an Postgres instance.
102104
* `list_instances`: Use this tool to list instances in a given project and location.
103105
* `list_databases`: Lists all databases for a Cloud SQL instance.
106+
* `restore_backup`: Restores a backup of a Cloud SQL instance.
104107
* `wait_for_operation`: Use this tool to poll the operations API until the operation is done.
105108

106109
* **Data:**
107110
* `list_tables`: Use this tool to lists tables in the database.
111+
* `database_overview`: Use this tool to fetches the current state of the PostgreSQL server.
108112
* `execute_sql`: Use this tool to executes a SQL query.
109113
* `list_active_queries`: Use this tool to list currently running queries.
110114
* `list_available_extensions`: Use this tool to list available extensions for installation.
111115
* `list_installed_extensions`: Use this tool to list installed extensions.
112116
* `get_query_plan`: Use this tool to get query plan.
113117
* `list_autovacuum_configurations`: Use this tool to list autovacuum configurations and its value.
114-
* `list_memory_configuration`s: Use this tool to list memory configurations and its value.
115-
* `list_top_bloated_tables`: Use this tool to list top bloated tables.
118+
* `list_database_stats`: Use this tool to lists the key performance and activity statistics for each database in the postgreSQL instance.
119+
* `list_indexes`: Use this tool to list available user indexes in a PostgreSQL database.
120+
* `list_memory_configurations`: Use this tool to list memory configurations and its value.
121+
* `list_pg_settings`: Use this tool to list configuration parameters for the PostgreSQL server.
122+
* `list_publication_tables`: Use this tool to list publication tables in a PostgreSQL database.
116123
* `list_replication_slots`: Use this tool to list replication slots.
124+
* `list_roles`: Use this tool to lists all the user-created roles in PostgreSQL database.
125+
* `list_schemas`: Use this tool to lists schemas in the database.
126+
* `list_sequences`: Use this tool to list sequences in a PostgreSQL database.
127+
* `list_tablespaces`: Use this tool to lists tablespaces in the database.
128+
* `list_top_bloated_tables`: Use this tool to list top bloated tables.
129+
* `list_triggers`: Use this tool to lists triggers in the database.
130+
* `list_views`: Use this tool to lists views in the database from pg_views with a default limit of 50 rows.
117131
* `list_invalid_indexes`: Use this tool to list invalid indexes.
118132

119133
## Additional Extensions

0 commit comments

Comments
 (0)