Skip to main content
Glama

Binalyze AIR MCP Server

Official
by binalyze
MIT License
618
7
  • Linux
  • Apple

remove_task_assignment_from_case

Remove a specific task assignment from a case by providing the case ID and task assignment ID to streamline case management and task organization.

Instructions

Remove a specific task assignment from a case

Input Schema

NameRequiredDescriptionDefault
caseIdYesThe ID of the case to remove the task assignment from
taskAssignmentIdYesThe ID of the task assignment to remove

Input Schema (JSON Schema)

{ "properties": { "caseId": { "description": "The ID of the case to remove the task assignment from", "type": "string" }, "taskAssignmentId": { "description": "The ID of the task assignment to remove", "type": "string" } }, "required": [ "caseId", "taskAssignmentId" ], "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