Skip to main content
Glama

Binalyze AIR MCP Server

Official
by binalyze
MIT License
618
7
  • Linux
  • Apple

call_webhook

Trigger a webhook by specifying necessary parameters such as slug, data, and token to facilitate automated communication and data exchange in digital forensics workflows.

Instructions

Call a webhook with the specified parameters

Input Schema

NameRequiredDescriptionDefault
dataYesThe data parameter for the webhook (e.g., IP address like "192.168.1.100")
slugYesThe webhook slug (e.g., "air-generic-url-webhook")
tokenYesThe webhook token for authentication

Input Schema (JSON Schema)

{ "properties": { "data": { "description": "The data parameter for the webhook (e.g., IP address like \"192.168.1.100\")", "type": "string" }, "slug": { "description": "The webhook slug (e.g., \"air-generic-url-webhook\")", "type": "string" }, "token": { "description": "The webhook token for authentication", "type": "string" } }, "required": [ "slug", "data", "token" ], "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