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
Name | Required | Description | Default |
---|---|---|---|
dependency | Yes | ||
requestId | Yes | ||
taskId | No |