action asana_get_stories_for_task { label: "Get stories from a task" description: "Returns the compact records for all stories on the task." provider: asana method: GET path: "/tasks/{task_gid}/stories" encoding: json output: { type: "object" properties: { data: { items: { type: "object" } } } } }