Skip to main content
Glama

TaskFlow MCP

update_note

Modify an existing note’s title or content in TaskFlow MCP by providing the request ID, note ID, and optional updates to streamline task tracking and 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" }

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