Skip to main content
Glama

Binalyze AIR MCP Server

Official
by binalyze
MIT License
54
7
  • Linux
  • Apple

create_azure_storage_repository

Set up an Azure Storage repository by specifying a name, SAS URL, and associated organization IDs for integration with digital forensics and incident response workflows.

Instructions

Create a new Azure Storage repository

Input Schema

NameRequiredDescriptionDefault
SASUrlYesSAS URL for Azure Storage access
nameYesName for the Azure Storage repository
organizationIdsNoOrganization IDs to associate the repository with. Defaults to empty array.

Input Schema (JSON Schema)

{ "properties": { "SASUrl": { "description": "SAS URL for Azure Storage access", "type": "string" }, "name": { "description": "Name for the Azure Storage repository", "type": "string" }, "organizationIds": { "description": "Organization IDs to associate the repository with. Defaults to empty array.", "items": { "type": "number" }, "type": "array" } }, "required": [ "name", "SASUrl" ], "type": "object" }

Other Tools from Binalyze AIR MCP Server

Related Tools

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/binalyze/air-mcp'

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