TaskFlow MCP

update_note

Modify the title or content of an existing note using the 'requestId' and 'noteId'. Optional updates include changing the 'title' or 'content' on the TaskFlow MCP server.

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" }

You must be authenticated.

Other Tools from TaskFlow MCP

Related Tools

ID: cry5fail23