TaskFlow MCP

MIT License
186
2
  • Linux
  • Apple

delete_note

Remove a specific note from a request by providing the 'requestId' and 'noteId'. Part of TaskFlow MCP for managing and tracking task-related details.

Instructions

Delete a note from a request.

Provide the 'requestId' and 'noteId' of the note to delete.

Input Schema

NameRequiredDescriptionDefault
noteIdYes
requestIdYes

Input Schema (JSON Schema)

{ "properties": { "noteId": { "type": "string" }, "requestId": { "type": "string" } }, "required": [ "requestId", "noteId" ], "type": "object" }
ID: b170d3smju