Skip to main content
Glama

TaskFlow MCP

add_dependency

Enhance request or task execution by specifying required libraries, tools, or resources. Use to link dependencies to a task or project, ensuring all prerequisites are met for successful completion.

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

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