TaskFlow MCP

MIT License
186
2
  • Linux
  • Apple

update_note

Modify the title or content of an existing note by specifying 'requestId' and 'noteId' in TaskFlow MCP, streamlining task updates for efficient task management.

Instructions

Update an existing note's title or content.

Provide the 'requestId' and 'noteId', and optionally 'title' and/or 'content' to update.

Input Schema

NameRequiredDescriptionDefault
contentNo
noteIdYes
requestIdYes
titleNo

Input Schema (JSON Schema)

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