Learn how to use Klavis to connect your AI application to Asana MCP Server
Tools Information
Tool Name | Description |
---|---|
asana_create_task | Create a new task in Asana with title, description, assignee, and due date |
asana_get_task | Get detailed information about a specific task by its ID from Asana |
asana_search_tasks | Search for tasks in Asana with filtering options by project, assignee, completion status, and keywords |
asana_update_task | Update an existing task in Asana including title, description, assignee, due date, and other properties |
asana_mark_task_completed | Mark a specific task as completed in Asana |
asana_get_subtasks | Retrieve all subtasks associated with a parent task in Asana |
asana_attach_file_to_task | Attach a file or document to a specific task in Asana |
asana_get_projects | Get a list of all projects accessible to the user in Asana |
asana_get_project | Get detailed information about a specific project by its ID from Asana |
asana_get_workspaces | Get all workspaces that the current user has access to in Asana |
asana_get_workspace | Get detailed information about a specific workspace by its ID from Asana |
asana_get_users | Get a list of users in the current workspace or organization in Asana |
asana_get_user | Get detailed information about a specific user by their ID from Asana |
asana_get_teams | Get all teams in the current workspace or organization in Asana |
asana_get_team | Get detailed information about a specific team by its ID from Asana |
asana_get_user_teams | Get all teams that the current user is a member of in Asana |
asana_get_tags | Get all tags available in the current workspace in Asana |
asana_get_tag | Get detailed information about a specific tag by its ID from Asana |
asana_create_tag | Create a new tag in Asana workspace for organizing and categorizing tasks |