Skip to main content
Glama

Binalyze AIR MCP Server

Official
by binalyze
MIT License
54
7
  • Linux
  • Apple

create_smb_repository

Set up an SMB evidence repository by defining a network share path, authentication credentials, and organization associations. Streamline forensic data storage and access for incident response.

Instructions

Create a new SMB evidence repository

Input Schema

NameRequiredDescriptionDefault
nameYesName for the SMB repository
organizationIdsNoOrganization IDs to associate the repository with. Defaults to empty array.
passwordYesPassword for SMB authentication
pathYesNetwork share path (e.g. \\Network\Share)
usernameYesUsername for SMB authentication

Input Schema (JSON Schema)

{ "properties": { "name": { "description": "Name for the SMB repository", "type": "string" }, "organizationIds": { "description": "Organization IDs to associate the repository with. Defaults to empty array.", "items": { "type": "number" }, "type": "array" }, "password": { "description": "Password for SMB authentication", "type": "string" }, "path": { "description": "Network share path (e.g. \\\\Network\\Share)", "type": "string" }, "username": { "description": "Username for SMB authentication", "type": "string" } }, "required": [ "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