Skip to main content
Glama

Binalyze AIR MCP Server

Official
by binalyze
MIT License
54
7
  • Linux
  • Apple

update_smb_repository

Modify an existing SMB repository by updating its ID, name, network path, credentials, and associated organization IDs for integration with Binalyze AIR MCP Server.

Instructions

Update an existing SMB repository by ID

Input Schema

NameRequiredDescriptionDefault
idYesID of the SMB repository to update
nameYesUpdated name for the SMB repository
organizationIdsNoUpdated organization IDs to associate the repository with
passwordYesUpdated password for SMB authentication
pathYesUpdated network share path (e.g. \\Network\Share)
usernameYesUpdated username for SMB authentication

Input Schema (JSON Schema)

{ "properties": { "id": { "description": "ID of the SMB repository to update", "type": "string" }, "name": { "description": "Updated name for the SMB repository", "type": "string" }, "organizationIds": { "description": "Updated organization IDs to associate the repository with", "items": { "type": "number" }, "type": "array" }, "password": { "description": "Updated password for SMB authentication", "type": "string" }, "path": { "description": "Updated network share path (e.g. \\\\Network\\Share)", "type": "string" }, "username": { "description": "Updated username for SMB authentication", "type": "string" } }, "required": [ "id", "name", "path", "username", "password" ], "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