Skip to main content
Glama

TaskFlow MCP

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

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