Enables interaction with Azure Table Storage directly through Cline. This tool allows you to query and manage data in Azure Storage Tables.
No reviews yet. Be the first to review!
Sign in to join the conversation
Query a specific table using OData filter. Parameters: tableName (string), filter (string), limit (optional integer, defaults to 5)
Retrieve the schema for a specified table. Parameters: tableName (string)
List all tables in the Azure storage account. No parameters required.