blob_list
Retrieve and list blobs stored in a specified Azure Blob Storage container using the Azure MCP Server for streamlined data management and audit tracking.
Instructions
List blobs in a Blob Storage container
Input Schema
Name | Required | Description | Default |
---|---|---|---|
container_name | Yes | Name of the Blob Storage container |
Input Schema (JSON Schema)
{
"properties": {
"container_name": {
"description": "Name of the Blob Storage container",
"type": "string"
}
},
"required": [
"container_name"
],
"type": "object"
}