Asana Project Tasks
Inputs: project_gid (Asana API token via secrets).
Outputs: tasks (LIST with gid, name, status, assignee, tags, timestamps, URL).
Combine with: Filter by assignee or completion and send summaries to Slack.
Asana Create Task
Inputs: project_gid, name, optional notes, assignee_gid, due_on, tag_gids.
Outputs: gid (STRING), url (STRING).
Combine with: Use LLM to draft tasks and notify teams in Slack.