Enables interaction with Azure Table Storage directly through Cline. This tool allows you to query and manage data in Azure Storage Tables.
暂无评论. 成为第一个评论的人!
登录以参与讨论
Query a specific table in Azure Storage with an optional OData filter. Parameters: tableName (string), filter (string), limit (optional integer, defaults to 5)
Retrieve the schema of a specified table. Parameters: tableName (string)
List all tables available in the Azure Storage account. Parameters: None