Skip to main content
Glama

Binalyze AIR MCP Server

Official
by binalyze
MIT License
618
7
  • Linux
  • Apple

update_azure_storage_repository

Modify an Azure Storage repository's details, including its name, SAS URL, and associated organization IDs, to maintain accurate storage configurations in Binalyze AIR MCP Server.

Instructions

Update an existing Azure Storage repository

Input Schema

NameRequiredDescriptionDefault
SASUrlYesUpdated SAS URL for Azure Storage access
idYesID of the Azure Storage repository to update
nameYesUpdated name for the Azure Storage repository
organizationIdsNoUpdated organization IDs to associate the repository with. Defaults to empty array.

Input Schema (JSON Schema)

{ "properties": { "SASUrl": { "description": "Updated SAS URL for Azure Storage access", "type": "string" }, "id": { "description": "ID of the Azure Storage repository to update", "type": "string" }, "name": { "description": "Updated name for the Azure Storage repository", "type": "string" }, "organizationIds": { "description": "Updated organization IDs to associate the repository with. Defaults to empty array.", "items": { "type": "number" }, "type": "array" } }, "required": [ "id", "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