list_tables
Retrieve and display all tables in an Azure Storage account, optionally filtering results by a provided prefix.
Instructions
List all tables in the storage account
Input Schema
Name | Required | Description | Default |
---|---|---|---|
prefix | No | Optional prefix to filter table names |
Input Schema (JSON Schema)
{
"properties": {
"prefix": {
"description": "Optional prefix to filter table names",
"type": "string"
}
},
"type": "object"
}