Skip to main content
Glama

Binalyze AIR MCP Server

Official
by binalyze
MIT License
54
7
  • Linux
  • Apple

update_sftp_repository

Modify an existing SFTP repository by updating its ID, name, host, path, and authentication credentials. Streamline repository management for digital forensics and incident response workflows.

Instructions

Update an existing SFTP repository

Input Schema

NameRequiredDescriptionDefault
hostYesUpdated SFTP server hostname or IP address
idYesID of the SFTP repository to update
nameYesUpdated name for the SFTP repository
organizationIdsNoUpdated organization IDs to associate the repository with
passwordYesUpdated password for SFTP authentication
pathYesUpdated path on the SFTP server (e.g. /)
portNoUpdated SFTP server port (default: 22)
usernameYesUpdated username for SFTP authentication

Input Schema (JSON Schema)

{ "properties": { "host": { "description": "Updated SFTP server hostname or IP address", "type": "string" }, "id": { "description": "ID of the SFTP repository to update", "type": "string" }, "name": { "description": "Updated name for the SFTP repository", "type": "string" }, "organizationIds": { "description": "Updated organization IDs to associate the repository with", "items": { "type": "number" }, "type": "array" }, "password": { "description": "Updated password for SFTP authentication", "type": "string" }, "path": { "description": "Updated path on the SFTP server (e.g. /)", "type": "string" }, "port": { "description": "Updated SFTP server port (default: 22)", "type": "number" }, "username": { "description": "Updated username for SFTP authentication", "type": "string" } }, "required": [ "id", "name", "host", "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