Default tag according to the tab

I have a article snippet in blueprints/fields that is use in many “tabs” of my panel. I would like to add a tags system to this article snippet and I would like to have a default tag according to the tab this article snippet is called !?
Is there a way to do this ?

Example

tags:
    label: Tags
    type: tags
    default: if current tabs is "one" --> one
                 if current tabs is "two" --> two

I can’t think of an easy way to achieve that if at all. Maybe you can explain the use case in some detail?