Skip to main content
Glama

TaskFlow MCP

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

You must be authenticated.

Other Tools from TaskFlow MCP

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/pinkpixel-dev/taskflow-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server