Enables interaction with Azure Table Storage directly through Cline. This tool allows you to query and manage data in Azure Storage Tables.
Aún no hay reseñas. ¡Sé el primero en reseñar!
Inicia sesión para unirte a la conversación
Query a specified table in Azure Storage with an OData filter. Parameters: tableName (string), filter (string), limit (optional integer - defaults to 5).
Retrieve the schema for a specified table in Azure Storage. Parameters: tableName (string).
List all tables in the Azure storage account. Parameters: none.