File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed
Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -93,12 +93,17 @@ Interact with Cloud SQL for SQL Server using natural language:
9393## Supported Tools
9494
9595* ** Admin:**
96+ * ` clone_instance ` : Use this tool to creates a clone for an existing Cloud SQL for SQL Server instance.
97+ * ` create_backup ` : Use this tool to creates a backup on a Cloud SQL instance.
98+ * ` create_database ` : Use this tool to creates a new database in a Cloud SQL instance.
9699 * ` create_instance ` : Use this tool to create an SQL Server instance.
97100 * ` create_user ` : Use this tool to create SQL Server-BUILT-IN or IAM-based users.
98101 * ` get_instance ` : Use this tool to get details about an SQL Server instance.
99102 * ` get_user ` : Use this tool to get details about a user.
103+ * ` list_databases ` : Use this tool to lists all databases for a Cloud SQL instance.
100104 * ` list_instances ` : Use this tool to list instances in a given project and location.
101105 * ` list_users ` : Use this tool to list users in a given project and location.
106+ * ` restore_backup ` : Use this tool to restores a backup of a Cloud SQL instance.
102107 * ` wait_for_operation ` : Use this tool to poll the operations API until the operation is done.
103108
104109* ** Data:**
You can’t perform that action at this time.
0 commit comments