Skip to main content
Glama

Binalyze AIR MCP Server

Official
by binalyze
MIT License
54
7
  • Linux
  • Apple

create_case

Initiate a new case in the Binalyze AIR MCP Server by specifying a name, owner, and optional parameters like organization ID, visibility, and assigned users.

Instructions

Create a new case in the system

Input Schema

NameRequiredDescriptionDefault
assignedUserIdsNoArray of user IDs to assign to the case. Defaults to empty array.
nameYesName of the case
organizationIdNoOrganization ID to create the case in. Defaults to 0.
ownerUserIdYesUser ID of the case owner
visibilityNoVisibility of the case. Defaults to "public-to-organization"

Input Schema (JSON Schema)

{ "properties": { "assignedUserIds": { "description": "Array of user IDs to assign to the case. Defaults to empty array.", "items": { "type": "string" }, "type": "array" }, "name": { "description": "Name of the case", "type": "string" }, "organizationId": { "description": "Organization ID to create the case in. Defaults to 0.", "type": "number" }, "ownerUserId": { "description": "User ID of the case owner", "type": "string" }, "visibility": { "description": "Visibility of the case. Defaults to \"public-to-organization\"", "type": "string" } }, "required": [ "name", "ownerUserId" ], "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