Skip to content

Commit 003c817

Browse files
authored
docs: update supported tools list to match toolbox reference (#78)
1 parent f8ef9d3 commit 003c817

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff 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:**

0 commit comments

Comments
 (0)