Skip to main content
Glama

asana_create_task

Create an Asana task with details such as assignee, due dates, notes, tags, and custom fields, adding it to specified projects or the default workspace.

Instructions

Create a general task. Provide either projects[] (workspace inferred) or it lands in the workspace default. Supports assignee, notes/html_notes, dates, followers, tags, custom_fields (dates auto-wrapped).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesTask name
tagsNoTag GIDs
notesNoPlain text notes
due_onNoDue date (YYYY-MM-DD)
assigneeNoAssignee GID
projectsNoProject GIDs to add the task to
start_onNoStart date (YYYY-MM-DD)
followersNoFollower user GIDs
workspaceNoWorkspace GID (default: configured/auto-detected workspace; ignored if projects given)
html_notesNoHTML notes (overrides notes)
custom_fieldsNofield_gid → value (dates auto-wrapped)
Install Server

TDQS

A3.9/5.0
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already declare readOnlyHint=false, idempotentHint=false, and destructiveHint=false, so the write nature is covered. The description adds context like "workspace inferred" and "dates auto-wrapped," but these largely echo the schema descriptions rather than revealing new behavioral traits beyond what structured fields already provide. No contradiction with annotations exists.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Three sentences with no filler: the first states the action, the second clarifies the key projects-vs-default decision, and the third lists supported fields. Information is front-loaded and every sentence earns its place.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The description covers the essential usage decision (projects vs default workspace) and lists supported parameters, which is adequate for a create operation. However, since there is no output schema, it does not mention what the tool returns (e.g., the created task object), and it omits any error/edge-case context. Given the 11-parameter richness, a bit more detail would improve completeness.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, so each parameter already has an explanatory description. The description mentions supported features (assignee, notes, dates, etc.) but adds no new semantic information beyond what the input schema already provides. The baseline of 3 applies since the schema does the heavy lifting.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states "Create a general task" with a specific verb and resource, distinguishing it from siblings like asana_create_subtask and asana_create_project. It also clarifies the key scoping decision between providing projects or using the workspace default, leaving no ambiguity about what the tool does.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides clear context on how to choose between specifying projects (workspace inferred) or letting the task land in the workspace default. However, it does not explicitly mention when not to use this tool or point to alternative tools like asana_create_subtask, so it stops short of full when/when-not guidance.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Other Tools

Latest Blog Posts

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/jtalk22/asana-mcp-server'

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