TaskFlow MCP

add_note

Add detailed notes to a request in TaskFlow MCP, enabling clear communication of project information, user preferences, or guidelines. Notes are visible in task progress tracking and assist in task execution.

Instructions

Add a note to a request. Notes can contain important information about the project, such as user preferences or guidelines.

Notes are displayed in the task progress table and can be referenced when working on tasks.

Input Schema

NameRequiredDescriptionDefault
contentYes
requestIdYes
titleYes

Input Schema (JSON Schema)

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

You must be authenticated.

Other Tools from TaskFlow MCP

Related Tools

ID: cry5fail23