Azure MCP Server

by mashriram
Verified

blob_read

Read a blob's content from Blob Storage

Input Schema

NameRequiredDescriptionDefault
blob_nameYesName of the blob to read
container_nameYesName of the Blob Storage container

Input Schema (JSON Schema)

{ "properties": { "blob_name": { "description": "Name of the blob to read", "type": "string" }, "container_name": { "description": "Name of the Blob Storage container", "type": "string" } }, "required": [ "container_name", "blob_name" ], "type": "object" }