Skip to main content
Glama

Binalyze AIR MCP Server

Official
by binalyze
MIT License
618
7
  • Linux
  • Apple

create_azure_storage_repository

Set up a new Azure Storage repository by providing a name, SAS URL, and optional organization IDs for integration with Binalyze AIR MCP Server. Simplify storage configuration for 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" }
Install Server

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