Asana · Capability
Asana — Custom Fields
Asana — Custom Fields. 8 operations. Lead operation: Asana Create a custom field. Self-contained Naftiko capability covering one Asana business surface.
What You Can Do
POST
Createcustomfield
— Asana Create a custom field
/v1/custom-fields
GET
Getcustomfield
— Asana Get a custom field
/v1/custom-fields/{custom-field-gid}
PUT
Updatecustomfield
— Asana Update a custom field
/v1/custom-fields/{custom-field-gid}
DELETE
Deletecustomfield
— Asana Delete a custom field
/v1/custom-fields/{custom-field-gid}
POST
Createenumoptionforcustomfield
— Asana Create an enum option
/v1/custom-fields/{custom-field-gid}/enum-options
POST
Insertenumoptionforcustomfield
— Asana Reorder a custom field's enum
/v1/custom-fields/{custom-field-gid}/enum-options/insert
PUT
Updateenumoption
— Asana Update an enum option
/v1/enum-options/{enum-option-gid}
GET
Getcustomfieldsforworkspace
— Asana Get a workspace's custom fields
/v1/workspaces/{workspace-gid}/custom-fields
MCP Tools
asana-create-custom-field
Asana Create a custom field
asana-get-custom-field
Asana Get a custom field
read-only
idempotent
asana-update-custom-field
Asana Update a custom field
idempotent
asana-delete-custom-field
Asana Delete a custom field
idempotent
asana-create-enum-option
Asana Create an enum option
asana-reorder-custom-field-s-enum
Asana Reorder a custom field's enum
asana-update-enum-option
Asana Update an enum option
idempotent
asana-get-workspace-s-custom-fields
Asana Get a workspace's custom fields
read-only
idempotent