Skip to main content

Documentation Index

Fetch the complete documentation index at: https://pathlit.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Overview

The Asana Agent Node provides intelligent project and task management capabilities for Asana. This node enables you to:
  • List projects and workspaces
  • View and manage tasks
  • Create new tasks with assignments
  • Search and filter tasks by various criteria

Configuration Parameters

To set up the Asana Agent Node, connect your Asana account through OAuth authentication.

Node Configuration

  • Prompt: Tell the agent what to do in Asana.
    List my projects and summarize recent tasks
    Create a task called “Review Q1 reports” in the Marketing project, assigned to me
    Find all tasks due this week in the Engineering project
  • Tools Select which tools the Asana Agent can use:
    Tool nameDescription
    Get MeGet current user’s profile and workspaces
    List ProjectsList accessible projects
    List Tasks In ProjectGet tasks for a specific project
    Get TaskRetrieve detailed task information
    Create TaskCreate new tasks with assignments
    The agent follows a read-only approach by default unless explicitly instructed to modify tasks.
  • System Prompt: Customize the agent’s behavior guidelines.
  • Model: Select the language model for the agent.
  • Max Steps: Set the maximum number of steps the agent can take (1-20).
  • Enable Model Fallbacks: Allow automatic fallback to alternative models if the primary model fails.

Expected Inputs and Outputs

  • Inputs:
    • The node accepts text input that can be referenced in the prompt.
  • Outputs:
    • output: Results of the agent’s actions
    • conversation: Log of the agent’s reasoning and operations

Use Case Examples

  1. Automated Task Creation: Use the agent to automatically create tasks in Asana based on workflow triggers or external events.
  2. Project Status Reports: Configure the agent to generate summaries of project status and recent task activity.
  3. Task Management: Let the agent intelligently organize and update tasks based on business rules and priorities.

Error Handling and Troubleshooting

  • Authentication Issues: If the node fails to authenticate, reconnect your Asana account and ensure the necessary permissions are granted.
  • Project Access: Verify that you have access to the projects and workspaces you’re trying to query.
  • Task Creation: When creating tasks, ensure you provide either a project list or workspace ID.
If you encounter any issues not covered in this documentation, please reach out to our support team for assistance.

Relevant Nodes

Agent Node

General-purpose agent for complex tasks

Jira Agent Node

Agent for Jira project management