Enables interaction with Azure Table Storage directly through Cline. This tool allows you to query and manage data in Azure Storage Tables.
아직 리뷰가 없습니다. 첫 번째 리뷰를 작성해 보세요!
대화에 참여하려면 로그인하세요
Query a specified table with an optional filter and limit. Parameters: tableName (string), filter (string), limit (optional number)
Retrieve the schema for a specified table. Parameters: tableName (string)
List all tables in the storage account. Parameters: None