Skip to main content
Glama

asana_duplicate_task

Duplicate an Asana task to use as a template, choosing which fields to copy such as notes, assignee, subtasks, or dependencies. Returns an async job for tracking.

Instructions

Duplicate a task (template instantiation). include = which fields to copy (array or comma string, e.g. ["notes","assignee","subtasks","dependencies"]). Returns an async job.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesName for the new task
includeNoFields to duplicate (array or comma-separated string)
task_gidYesSource task GID
Install Server

TDQS

A3.8/5.0
Behavior4/5

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

The description discloses that the tool 'Returns an async job', a behavioral trait not captured by the annotations (readOnlyHint=false, destructiveHint=false). It also clarifies the role of the 'include' parameter. This adds meaningful context beyond the structured annotations.

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?

The description is compact and front-loaded. It consists of a clear purpose statement, a brief elaboration of the 'include' parameter, and a note about the async return. Each sentence contributes useful information with no fluff.

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

Completeness4/5

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

The description provides the essential information for calling the tool: the action, the key parameter, and the async return behavior. It could mention how to track the async job (e.g., via asana_get_job), but this is inferable from the sibling list. Annotations cover safety and schema covers parameters, so the overall package is nearly complete.

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 the schema already documents all three parameters. The description adds an example for 'include' and clarifies its format, but this largely reinforces schema info rather than providing substantial new meaning. Baseline 3 is appropriate 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.

Purpose4/5

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

The description clearly states the operation as 'Duplicate a task' and adds 'template instantiation' for context, making the verb and resource explicit. However, it doesn't explicitly differentiate from related siblings like asana_instantiate_task_template or asana_create_task, so it stops short of full sibling distinction.

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

Usage Guidelines3/5

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

The purpose 'Duplicate a task' implies when to use it, but there is no explicit guidance on when not to use it or which alternative to choose (e.g., asana_create_task for new tasks, asana_instantiate_task_template for template-based creation). Usage context is implied rather than articulated.

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