Skip to main content
Glama

Binalyze AIR MCP Server

Official
by binalyze
MIT License
618
7
  • Linux
  • Apple

update_ftps_repository

Modify an FTPS evidence repository by updating its name, host, path, authentication details, and associated organization IDs in Binalyze AIR MCP Server.

Instructions

Update an existing FTPS evidence repository

Input Schema

NameRequiredDescriptionDefault
allowSelfSignedSSLNoWhether to allow self-signed SSL certificates
hostYesUpdated FTPS server hostname or IP address
idYesID of the FTPS repository to update
nameYesUpdated name for the FTPS repository
organizationIdsNoUpdated organization IDs to associate the repository with
passwordYesUpdated password for FTPS authentication
pathYesUpdated path on the FTPS server (e.g. /)
portNoUpdated FTPS server port (default: 22)
publicKeyNoPublic key for FTPS authentication (optional)
usernameYesUpdated username for FTPS authentication

Input Schema (JSON Schema)

{ "properties": { "allowSelfSignedSSL": { "description": "Whether to allow self-signed SSL certificates", "type": "boolean" }, "host": { "description": "Updated FTPS server hostname or IP address", "type": "string" }, "id": { "description": "ID of the FTPS repository to update", "type": "string" }, "name": { "description": "Updated name for the FTPS repository", "type": "string" }, "organizationIds": { "description": "Updated organization IDs to associate the repository with", "items": { "type": "number" }, "type": "array" }, "password": { "description": "Updated password for FTPS authentication", "type": "string" }, "path": { "description": "Updated path on the FTPS server (e.g. /)", "type": "string" }, "port": { "description": "Updated FTPS server port (default: 22)", "type": "number" }, "publicKey": { "description": "Public key for FTPS authentication (optional)", "type": "string" }, "username": { "description": "Updated username for FTPS authentication", "type": "string" } }, "required": [ "id", "name", "host", "path", "username", "password" ], "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