TaskFlow MCP

MIT License
186
2
  • Linux
  • Apple

add_note

Attach notes to requests in TaskFlow MCP to provide essential project details, preferences, or guidelines. Notes are visible in the task progress table for reference during 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" }
ID: b170d3smju