Skip to main content
Glama

mcp-server-asana

by roychri

asana_add_task_dependents

Set task dependencies in Asana by defining which tasks depend on a specific task using the MCP server. Simplify workflow management by linking dependent tasks.

Instructions

Set dependents for a task (tasks that depend on this task)

Input Schema

NameRequiredDescriptionDefault
dependentsYesArray of task IDs that depend on this task
task_idYesThe task ID to add dependents to

Input Schema (JSON Schema)

{ "properties": { "dependents": { "description": "Array of task IDs that depend on this task", "items": { "type": "string" }, "type": "array" }, "task_id": { "description": "The task ID to add dependents to", "type": "string" } }, "required": [ "task_id", "dependents" ], "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/roychri/mcp-server-asana'

If you have feedback or need assistance with the MCP directory API, please join our Discord server