From 174d236d706e657ab68d84cb75360ed1c2fd5440 Mon Sep 17 00:00:00 2001 From: Averi Kitsch Date: Mon, 26 Jan 2026 10:45:44 -0800 Subject: [PATCH] docs: update supported tools list to match toolbox reference --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index c976415..66c16ee 100644 --- a/README.md +++ b/README.md @@ -93,12 +93,17 @@ Interact with Cloud SQL for SQL Server using natural language: ## Supported Tools * **Admin:** + * `clone_instance`: Use this tool to creates a clone for an existing Cloud SQL for SQL Server instance. + * `create_backup`: Use this tool to creates a backup on a Cloud SQL instance. + * `create_database`: Use this tool to creates a new database in a Cloud SQL instance. * `create_instance`: Use this tool to create an SQL Server instance. * `create_user`: Use this tool to create SQL Server-BUILT-IN or IAM-based users. * `get_instance`: Use this tool to get details about an SQL Server instance. * `get_user`: Use this tool to get details about a user. + * `list_databases`: Use this tool to lists all databases for a Cloud SQL instance. * `list_instances`: Use this tool to list instances in a given project and location. * `list_users`: Use this tool to list users in a given project and location. + * `restore_backup`: Use this tool to restores a backup of a Cloud SQL instance. * `wait_for_operation`: Use this tool to poll the operations API until the operation is done. * **Data:**