Skip to main content
Glama

TaskFlow MCP

delete_note

Remove a specific note from a request by providing the 'requestId' and 'noteId'. Part of TaskFlow MCP for managing and tracking task-related details.

Instructions

Delete a note from a request.

Provide the 'requestId' and 'noteId' of the note to delete.

Input Schema

NameRequiredDescriptionDefault
noteIdYes
requestIdYes

Input Schema (JSON Schema)

{ "properties": { "noteId": { "type": "string" }, "requestId": { "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