Skip to main content
Glama

Binalyze AIR MCP Server

Official
by binalyze
MIT License
54
7
  • Linux
  • Apple

change_case_owner

Transfer case ownership by updating the assigned user ID. Provide the case ID and new owner ID to reassign responsibilities within the Binalyze AIR MCP Server.

Instructions

Change the owner of a case

Input Schema

NameRequiredDescriptionDefault
idYesID of the case to change owner for
newOwnerIdYesUser ID of the new owner

Input Schema (JSON Schema)

{ "properties": { "id": { "description": "ID of the case to change owner for", "type": "string" }, "newOwnerId": { "description": "User ID of the new owner", "type": "string" } }, "required": [ "id", "newOwnerId" ], "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