Skip to main content
Glama

azure_scan_storage_containers

Scan Azure storage containers and blobs to detect public access, sensitive files, SAS tokens, and orphaned blobs for data exposure assessment.

Instructions

Deep scan of storage account containers and blobs. Lists all containers, checks container-level public access, enumerates blobs, detects sensitive files (backups, configs, keys: *.bak, web.config, appsettings.json, *.key, *.pem, *.sql). Identifies SAS tokens, checks blob encryption, finds orphaned blobs. CRITICAL for data exposure assessment.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
subscriptionIdYesAzure subscription ID
resourceGroupNoOptional: Filter by specific resource group
storageAccountNameNoOptional: Scan specific storage account. If omitted, scans all storage accounts with public blob access.
maxBlobsPerContainerNoOptional: Maximum blobs to list per container (default: 100, prevents timeout on large containers)
formatNoOutput format: 'markdown' (default, human-readable) or 'json' (machine-readable)
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations, the description fully discloses the tool's behavior: lists containers, checks public access, enumerates blobs, detects sensitive files with specific patterns, identifies SAS tokens, checks encryption, and finds orphaned blobs. It does not mention permissions or side effects, but as a read-only scan, this is sufficient.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single paragraph but front-loaded with the main purpose and then lists specifics. It is concise without unnecessary words, though bullet points could improve readability.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given 5 parameters, no output schema, and empty annotations, the description covers the tool's scope, detection capabilities, and output format options. It mentions default behavior for storageAccountName and maxBlobsPerContainer. Minor absence of performance or permission notes, but overall complete.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100% with parameter descriptions, but the description adds valuable context: e.g., 'If omitted, scans all storage accounts with public blob access' for storageAccountName, and default maxBlobsPerContainer value. This enhances understanding beyond the schema.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states 'Deep scan of storage account containers and blobs' and lists specific actions like listing containers, checking public access, detecting sensitive files, identifying SAS tokens, etc. It explicitly states it's 'CRITICAL for data exposure assessment', which differentiates it from siblings like 'azure_analyze_storage_security' that might be broader.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies usage for data exposure assessment but does not explicitly state when to use this tool versus alternatives like 'azure_analyze_storage_security'. No exclusion criteria or context for when not to use it is provided.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/h4cd0c/stratos-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server