Skip to main content
Glama

Binalyze AIR MCP Server

Official
by binalyze
MIT License
618
7
  • Linux
  • Apple

update_note_in_case

Modify an existing note in a specific case by providing the case ID, note ID, and updated content, ensuring accurate and up-to-date case documentation in Binalyze AIR MCP Server.

Instructions

Update an existing note in a specific case

Input Schema

NameRequiredDescriptionDefault
caseIdYesThe ID of the case containing the note (e.g., "C-2022-0002")
noteYesThe new content for the note
noteIdYesThe ID of the note to update (e.g., "8d9baa16-9aa3-4e4f-a08e-a74341ce2f90")

Input Schema (JSON Schema)

{ "properties": { "caseId": { "description": "The ID of the case containing the note (e.g., \"C-2022-0002\")", "type": "string" }, "note": { "description": "The new content for the note", "type": "string" }, "noteId": { "description": "The ID of the note to update (e.g., \"8d9baa16-9aa3-4e4f-a08e-a74341ce2f90\")", "type": "string" } }, "required": [ "caseId", "noteId", "note" ], "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