mcp-server-asana
by roychri
asana_create_task
Create a new task in a project
Input Schema
Name | Required | Description | Default |
---|---|---|---|
assignee | No | Assignee (can be 'me' or a user ID) | |
due_on | No | Due date in YYYY-MM-DD format | |
followers | No | Array of user IDs to add as followers | |
html_notes | No | HTML-like formatted description of the task. Does not support ALL HTML tags. Only a subset. The only allowed TAG in the HTML are: <body> <h1> <h2> <ol> <ul> <li> <strong> <em> <u> <s> <code> <pre> <blockquote> <a data-asana-type="" data-asana-gid=""> <hr> <img> <table> <tr> <td>. No other tags are allowed. Use the \n to create a newline. Do not use \n after <body>. Example: <body><h1>Motivation</h1> A customer called in to complain <h1>Goal</h1> Fix the problem</body> | |
name | Yes | Name of the task | |
notes | No | Description of the task | |
parent | No | The parent task ID to set this task under | |
project_id | Yes | The project to create the task in | |
projects | No | Array of project IDs to add this task to |
Input Schema (JSON Schema)
You must be authenticated.
Other Tools
- asana_add_task_dependencies
- asana_add_task_dependents
- asana_create_project_status
- asana_create_subtask
- asana_create_task
- asana_create_task_story
- asana_delete_project_status
- asana_get_multiple_tasks_by_gid
- asana_get_project
- asana_get_project_sections
- asana_get_project_status
- asana_get_project_statuses
- asana_get_project_task_counts
- asana_get_task
- asana_get_task_stories
- asana_list_workspaces
- asana_search_projects
- asana_search_tasks
- asana_update_task