Skip to main content
Glama

TaskFlow MCP

add_tasks_to_request

Extend existing requests by adding new tasks, subtasks, and dependencies. Displays an updated progress table for tracking all tasks within TaskFlow MCP.

Instructions

Add new tasks to an existing request. This allows extending a request with additional tasks.

Tasks can include subtasks and dependencies. A progress table will be displayed showing all tasks including the newly added ones.

Input Schema

NameRequiredDescriptionDefault
requestIdYes
tasksYes

Input Schema (JSON Schema)

{ "properties": { "requestId": { "type": "string" }, "tasks": { "items": { "properties": { "dependencies": { "items": { "properties": { "description": { "type": "string" }, "name": { "type": "string" }, "url": { "type": "string" }, "version": { "type": "string" } }, "required": [ "name" ], "type": "object" }, "type": "array" }, "description": { "type": "string" }, "subtasks": { "items": { "properties": { "description": { "type": "string" }, "title": { "type": "string" } }, "required": [ "title", "description" ], "type": "object" }, "type": "array" }, "title": { "type": "string" } }, "required": [ "title", "description" ], "type": "object" }, "type": "array" } }, "required": [ "requestId", "tasks" ], "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