Skip to main content
Glama

TaskFlow MCP

add_dependency

Include dependencies such as libraries, tools, or requirements to a request or task in TaskFlow MCP. Specify 'taskId' for task-specific dependencies or add them to the overall request.

Instructions

Add a dependency to a request or task.

Dependencies can be libraries, tools, or other requirements needed for the project or specific tasks.

If 'taskId' is provided, the dependency will be added to that specific task. Otherwise, it will be added to the request.

Input Schema

NameRequiredDescriptionDefault
dependencyYes
requestIdYes
taskIdNo

Input Schema (JSON Schema)

{ "properties": { "dependency": { "properties": { "description": { "type": "string" }, "name": { "type": "string" }, "url": { "type": "string" }, "version": { "type": "string" } }, "required": [ "name" ], "type": "object" }, "requestId": { "type": "string" }, "taskId": { "type": "string" } }, "required": [ "requestId", "dependency" ], "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