Skip to content

Asana

Project management · 48 actions · connect by signing in

Connect in dashboardsign infrom API spec

Actions

A sample of the 48 Asana actions. Each keeps the schema of the real API.

  • asana.list_issuesread
  • asana.get_issueread
  • asana.create_issuewrite
  • asana.list_projectsread
  • asana.get_projectread
  • asana.create_projectwrite
  • asana.list_commentsread
  • asana.get_commentread
  • asana.create_commentwrite
  • asana.delete_issuedelete

From your agent

Your agent never loads these up front. It searches in plain words and gets back the one it needs.

search_tools
{ "query": "list issues", "app": "asana" }
execute_tool
{ "name": "asana.list_issues",
  "fields": ["id"] }