get_shareable_deployment_info
Retrieves shareable deployment details using a deployment token for Binalyze AIR MCP Server, enabling access to critical forensic and incident response data.
Instructions
Get shareable deployment information using a deployment token
Input Schema
Name | Required | Description | Default |
---|---|---|---|
deploymentToken | Yes | The deployment token to retrieve information for |
Input Schema (JSON Schema)
{
"properties": {
"deploymentToken": {
"description": "The deployment token to retrieve information for",
"type": "string"
}
},
"required": [
"deploymentToken"
],
"type": "object"
}