Skip to content

Commit a549bc4

Browse files
committed
docs: update supported tools list to match toolbox reference
1 parent f027e67 commit a549bc4

1 file changed

Lines changed: 16 additions & 2 deletions

File tree

README.md

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

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

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

117131
## Additional Extensions

0 commit comments

Comments
 (0)