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
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| assignedUserIds | No | Array of user IDs to assign to the case. Defaults to empty array. | |
| name | Yes | Name of the case | |
| organizationId | No | Organization ID to create the case in. Defaults to 0. | |
| ownerUserId | Yes | User ID of the case owner | |
| visibility | No | Visibility of the case. Defaults to "public-to-organization" |